diff --git a/test/test_autotag.py b/test/test_autotag.py index 6393a0f2f..59c564066 100644 --- a/test/test_autotag.py +++ b/test/test_autotag.py @@ -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)