mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
must unload_plugins() during teardown after load_plugins() during setup
This commit is contained in:
parent
e91a56d180
commit
5c34db565c
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ class ScrubbedImportTest(_common.TestCase, ImportHelper):
|
|||
self._setup_import_session(autotag=False)
|
||||
|
||||
def tearDown(self):
|
||||
self.unload_plugins()
|
||||
self.teardown_beets()
|
||||
|
||||
def test_tags_not_scrubbed(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue