All tests pass

This commit is contained in:
Keith Edmunds 2024-06-02 19:33:41 +01:00
parent 9f7af072dc
commit 2a1d9e94bc

View File

@ -152,7 +152,7 @@ class TestMMModels(unittest.TestCase):
assert len(Playlists.get_open(session)) == 1
assert len(Playlists.get_closed(session)) == 0
playlist.close()
playlist.close(session)
assert len(Playlists.get_open(session)) == 0
assert len(Playlists.get_closed(session)) == 1