Skip to content

Commit

Permalink
Add test for editing track genre
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Dec 28, 2023
1 parent 782ba35 commit 8ebef4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def test_audio_Track_mixins_fields(track):

def test_audio_Track_mixins_tags(track):
test_mixins.edit_collection(track)
test_mixins.edit_genre(track)
test_mixins.edit_label(track)
test_mixins.edit_mood(track)

Expand Down

0 comments on commit 8ebef4b

Please sign in to comment.