mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Fixed typo makes tests pass
This commit is contained in:
parent
69a40593a0
commit
2a4c6d5bca
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue