mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
The last commit broke the tests. Repaired...
This commit is contained in:
parent
440fe9a2ea
commit
5f67f3ae51
1 changed files with 2 additions and 2 deletions
|
|
@ -1535,8 +1535,8 @@ class ImportPretendTest(_common.TestCase, ImportHelper):
|
|||
""" Test the pretend commandline option
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super(ImportPretendTest, self).__init__()
|
||||
def __init__(self, method_name='runTest'):
|
||||
super(ImportPretendTest, self).__init__(method_name)
|
||||
self.matcher = None
|
||||
|
||||
def setUp(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue