mirror of
https://github.com/beetbox/beets.git
synced 2026-02-18 21:36:35 +01:00
remove noisy comment from test/plugins/test_beatport.py
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
306211a4c8
commit
1a158b92fc
1 changed files with 0 additions and 1 deletions
|
|
@ -583,7 +583,6 @@ class BeatportTest(BeetsTestCase):
|
|||
|
||||
def test_genre_applied(self):
|
||||
for track, test_track in zip(self.tracks, self.test_tracks):
|
||||
# BeatportTrack now has genres as a list
|
||||
assert track.genres == [test_track.genre]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue