Merge pull request #1436 from reynhout/fix_duplicated_assertion_in_autotag_test_reynhout

Fix autotag test: duplicated assertion
This commit is contained in:
Adrian Sampson 2015-04-23 15:15:30 -07:00
commit 99d19f85d1

View file

@ -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)