Skip to content

Commit

Permalink
Fix autotag test: duplicated assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
reynhout committed Apr 21, 2015
1 parent febcef1 commit cdaa47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_autotag.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def test_album_artist_overrides_empty_track_artist(self):
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)
Expand Down

0 comments on commit cdaa47d

Please sign in to comment.