tests: Fix import error
This commit is contained in:
parent
c6f3bfd93a
commit
b433645d11
|
@ -78,7 +78,7 @@ class BrokenModulesTest(unittest2.TestCase):
|
|||
self.assertIsInstance(msg.unpickle(), tuple)
|
||||
|
||||
|
||||
class BlacklistTest(unittest.TestCase):
|
||||
class BlacklistTest(unittest2.TestCase):
|
||||
def test_whitelist_no_blacklist(self):
|
||||
assert 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue