From 2a4c6d5bcaf0076260bdfe240c4ef5ff8015c8ef Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 28 Jan 2014 13:43:02 +0100 Subject: [PATCH] Fixed typo makes tests pass --- test/test_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_importer.py b/test/test_importer.py index bfd308bc2..7c6f47db8 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -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')