Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tehkillerbee committed Nov 9, 2024
1 parent c6e9c77 commit 400b461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_page_iterator(session):
elif isinstance(item, tidalapi.Video):
videos += 1

assert playlists == 20
assert playlists == 19
assert videos == 30


Expand Down

0 comments on commit 400b461

Please sign in to comment.