Skip to content

Commit

Permalink
test_importer.py: do not run _common.TestCase.setUp with setup_beets
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jul 2, 2024
1 parent f6b45f5 commit 812bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ def __init__(self, method_name="runTest"):
self.matcher = None

def setUp(self):
super().setUp()
self.io = _common.DummyIO()
self.setup_beets()
self.__create_import_dir()
self.__create_empty_import_dir()
Expand Down

0 comments on commit 812bcb9

Please sign in to comment.