mirror of
https://github.com/beetbox/beets.git
synced 2026-02-19 22:03:05 +01:00
Stupid typo
This commit is contained in:
parent
42f54e36bd
commit
bfaa56e5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue