Skip to content

Commit 953b654

Browse files
committed
Test artist popular tracks
1 parent 4a2d880 commit 953b654

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_audio.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ def test_audio_Artist_hubs(artist):
8888
assert isinstance(hubs, list)
8989

9090

91+
def test_audio_Artist_popularTracks(artist):
92+
tracks = artist.popularTracks()
93+
assert len(tracks)
94+
95+
9196
def test_audio_Artist_mixins_edit_advanced_settings(artist):
9297
test_mixins.edit_advanced_settings(artist)
9398

0 commit comments

Comments
 (0)