Skip to content

Commit

Permalink
Test artist popular tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Aug 5, 2024
1 parent 88375a9 commit 527d745
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ def test_audio_Artist_hubs(artist):
assert isinstance(hubs, list)


def test_audio_Artist_popularTracks(artist):
tracks = artist.popularTracks()
assert len(tracks)


def test_audio_Artist_mixins_edit_advanced_settings(artist):
test_mixins.edit_advanced_settings(artist)

Expand Down

0 comments on commit 527d745

Please sign in to comment.