From 8ebef4bdb9abe3d94e9308f3a9e49dac0be09c6c Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:19:18 -0800 Subject: [PATCH] Add test for editing track genre --- tests/test_audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_audio.py b/tests/test_audio.py index 79ec1d7d1..9d2991bd6 100644 --- a/tests/test_audio.py +++ b/tests/test_audio.py @@ -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)