Stupid typo

This commit is contained in:
Thomas Scholtes 2014-01-26 00:44:21 +01:00
parent 42f54e36bd
commit bfaa56e5bd

View file

@ -163,7 +163,7 @@ class ImportNonAutotaggedTest(_common.TestCase, ImportHelper):
self.assertNotExists(os.path.join(self.import_path, 'the_album'))
def test_import_singleton(self):
config['import']['singleton'] = True
config['import']['singletons'] = True
self._run_import()
self.assert_import_files_exist()