Skip to content

Commit

Permalink
test: track count
Browse files Browse the repository at this point in the history
  • Loading branch information
sacklippe committed May 19, 2024
1 parent e1000a9 commit 6d648c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/entity/test_playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ def test_playlist_from_spotify():
assert playlist.playlist_id == MOCK_SPOTIFY_PLAYLIST_ITEM_RESPONSE["id"]
assert playlist.owner_id == MOCK_SPOTIFY_PLAYLIST_ITEM_RESPONSE["owner"]["id"]
assert playlist.name == MOCK_SPOTIFY_PLAYLIST_ITEM_RESPONSE["name"]
assert playlist.n_tracks == MOCK_SPOTIFY_PLAYLIST_ITEM_RESPONSE["tracks"]["total"]

0 comments on commit 6d648c2

Please sign in to comment.