From 0b3afc1b135056bef3c977e84acba5eab334360c Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 5 Jan 2025 05:30:50 +0100 Subject: [PATCH] test: fix tests --- tests/youtube.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/youtube.rs b/tests/youtube.rs index e29f1f6..bbe39a4 100644 --- a/tests/youtube.rs +++ b/tests/youtube.rs @@ -2186,7 +2186,7 @@ async fn music_search_playlists(rp: RustyPipe, unlocalized: bool) { async fn music_search_playlists_community(rp: RustyPipe) { let res = rp .query() - .music_search_playlists("Miku my beloved (Jaiden Animation Miku Playlist)", true) + .music_search_playlists("PLgAAMoX4rK3KhSGmIsN0LEoC3qowEr2Lz", true) .await .unwrap();