mirror of
https://github.com/beetbox/beets.git
synced 2026-03-28 00:06:51 +01:00
fix(test_smartplaylist.py): mypy type error as commit 002a051d0
This commit is contained in:
parent
7dfed4429f
commit
1393cd0ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ class SmartPlaylistTest(BeetsTestCase):
|
|||
q = Mock()
|
||||
a_q = Mock()
|
||||
pl = b"$title-my<playlist>.m3u", (q, None), (a_q, None)
|
||||
spl._matched_playlists = [pl]
|
||||
spl._matched_playlists = {pl}
|
||||
|
||||
dir = mkdtemp()
|
||||
config["smartplaylist"]["output"] = "extm3u"
|
||||
|
|
|
|||
Loading…
Reference in a new issue