From bfaa56e5bd7b8534270e61a05ca56135a4d27360 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Sun, 26 Jan 2014 00:44:21 +0100 Subject: [PATCH] Stupid typo --- 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 94a87ffed..4e50f29d6 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -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()