mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
s/macthin/matching/
This commit is contained in:
parent
731519b0a3
commit
f520790713
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ class ImportAddedTest(PluginMixin, ImportTestCase):
|
||||||
os.path.getmtime(mfile.path) for mfile in self.import_media
|
os.path.getmtime(mfile.path) for mfile in self.import_media
|
||||||
)
|
)
|
||||||
self.matcher = AutotagStub().install()
|
self.matcher = AutotagStub().install()
|
||||||
self.matcher.macthin = AutotagStub.GOOD
|
self.matcher.matching = AutotagStub.GOOD
|
||||||
self.importer = self.setup_importer()
|
self.importer = self.setup_importer()
|
||||||
self.importer.add_choice(importer.action.APPLY)
|
self.importer.add_choice(importer.action.APPLY)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -440,7 +440,7 @@ class ImportTest(ImportTestCase):
|
||||||
self.prepare_album_for_import(1)
|
self.prepare_album_for_import(1)
|
||||||
self.setup_importer()
|
self.setup_importer()
|
||||||
self.matcher = AutotagStub().install()
|
self.matcher = AutotagStub().install()
|
||||||
self.matcher.macthin = AutotagStub.GOOD
|
self.matcher.matching = AutotagStub.GOOD
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super().tearDown()
|
super().tearDown()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue