Commit b433645d authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

tests: Fix import error

parent c6f3bfd9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment