Fixed typo makes tests pass

This commit is contained in:
Thomas Scholtes 2014-01-28 13:43:02 +01:00
parent 69a40593a0
commit 2a4c6d5bca

View file

@ -369,7 +369,7 @@ class ImportCompilationTest(_common.TestCase, ImportHelper):
mediafile.albumartist = None
mediafile.save()
self.importer.run()
self.assertEqual(self.lib.albums().get().albumartist, 'Other Artists')
self.assertEqual(self.lib.albums().get().albumartist, 'Other Artist')