mirror of
https://github.com/beetbox/beets.git
synced 2026-05-24 02:24:50 -04:00
Fix assertTags() in mediafile tests
This commit is contained in:
@@ -662,7 +662,7 @@ class ReadWriteTestBase(ArtTestMixin, GenreListTestMixin,
|
||||
errors.append('Tag %s does not exist' % key)
|
||||
else:
|
||||
if value2 != value:
|
||||
errors.append('Tag %s: %s != %s' % (key, value2, value))
|
||||
errors.append('Tag %s: %r != %r' % (key, value2, value))
|
||||
if any(errors):
|
||||
errors = ['Tags did not match'] + errors
|
||||
self.fail('\n '.join(errors))
|
||||
|
||||
Reference in New Issue
Block a user