must unload_plugins() during teardown after load_plugins() during setup

This commit is contained in:
Arno Hautala 2023-09-12 20:09:59 -04:00
parent e91a56d180
commit 5c34db565c

View file

@ -252,6 +252,7 @@ class ScrubbedImportTest(_common.TestCase, ImportHelper):
self._setup_import_session(autotag=False) self._setup_import_session(autotag=False)
def tearDown(self): def tearDown(self):
self.unload_plugins()
self.teardown_beets() self.teardown_beets()
def test_tags_not_scrubbed(self): def test_tags_not_scrubbed(self):