test: fix tests
This commit is contained in:
parent
d2c9d6646f
commit
44e7f6b559
1 changed files with 1 additions and 1 deletions
|
|
@ -2186,7 +2186,7 @@ async fn music_search_playlists(rp: RustyPipe, unlocalized: bool) {
|
||||||
async fn music_search_playlists_community(rp: RustyPipe) {
|
async fn music_search_playlists_community(rp: RustyPipe) {
|
||||||
let res = rp
|
let res = rp
|
||||||
.query()
|
.query()
|
||||||
.music_search_playlists("Miku my beloved (Jaiden Animation Miku Playlist)", true)
|
.music_search_playlists("PLgAAMoX4rK3KhSGmIsN0LEoC3qowEr2Lz", true)
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue