mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
Tests failed on windows
This commit is contained in:
parent
12e99be7b8
commit
11008494c3
1 changed files with 1 additions and 2 deletions
|
|
@ -12,9 +12,8 @@ from test.helper import capture_log
|
|||
from test.test_importer import ImportHelper
|
||||
|
||||
|
||||
class IHatePluginTest(_common.TestCase, ImportHelper):
|
||||
class IHatePluginTest(ImportHelper):
|
||||
def setUp(self):
|
||||
super(IHatePluginTest, self).setUp()
|
||||
self.setup_beets()
|
||||
self.__create_import_dir(2)
|
||||
self._setup_import_session()
|
||||
|
|
|
|||
Loading…
Reference in a new issue