Fix autotag test: duplicated assertion

This commit is contained in:
D Andrew Reynhout 2015-04-20 22:17:08 -04:00
parent 841f646fd7
commit e4dcdfe609

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)