mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Fix autotag test: duplicated assertion
This commit is contained in:
parent
841f646fd7
commit
e4dcdfe609
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ class ApplyTest(_common.TestCase, ApplyTestUtil):
|
|||
my_info = copy.deepcopy(self.info)
|
||||
self._apply(info=my_info)
|
||||
self.assertEqual(self.items[0].artist, 'artistNew')
|
||||
self.assertEqual(self.items[0].artist, 'artistNew')
|
||||
self.assertEqual(self.items[1].artist, 'artistNew')
|
||||
|
||||
def test_album_artist_overriden_by_nonempty_track_artist(self):
|
||||
my_info = copy.deepcopy(self.info)
|
||||
|
|
|
|||
Loading…
Reference in a new issue