Skip to content

Commit 400b461

Browse files
committed
Fixed unit tests
1 parent c6e9c77 commit 400b461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_page_iterator(session):
108108
elif isinstance(item, tidalapi.Video):
109109
videos += 1
110110

111-
assert playlists == 20
111+
assert playlists == 19
112112
assert videos == 30
113113

114114

0 commit comments

Comments
 (0)