Skip to content

Commit

Permalink
Merge pull request #1436 from reynhout/fix_duplicated_assertion_in_au…
Browse files Browse the repository at this point in the history
…totag_test_reynhout

Fix autotag test: duplicated assertion
  • Loading branch information
sampsyo committed Apr 23, 2015
2 parents fbf40c6 + e4dcdfe commit 99d19f8
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 99d19f8

Please sign in to comment.