mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 17:01:55 +01:00
Merge pull request #1436 from reynhout/fix_duplicated_assertion_in_autotag_test_reynhout
Fix autotag test: duplicated assertion
This commit is contained in:
commit
99d19f85d1
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