From 1393cd0ae730d1b3351f29c9ecc707e33e1bfd9c Mon Sep 17 00:00:00 2001 From: Pierre Ayoub Date: Sun, 8 Mar 2026 15:57:43 +0100 Subject: [PATCH] fix(test_smartplaylist.py): mypy type error as commit 002a051d0 --- test/plugins/test_smartplaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/plugins/test_smartplaylist.py b/test/plugins/test_smartplaylist.py index 2117126c6..a7c6712b8 100644 --- a/test/plugins/test_smartplaylist.py +++ b/test/plugins/test_smartplaylist.py @@ -483,7 +483,7 @@ class SmartPlaylistTest(BeetsTestCase): q = Mock() a_q = Mock() pl = b"$title-my.m3u", (q, None), (a_q, None) - spl._matched_playlists = [pl] + spl._matched_playlists = {pl} dir = mkdtemp() config["smartplaylist"]["output"] = "extm3u"