Skip to content
Snippets Groups Projects
Commit 1783bcd1 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix a test

parent 27a17262
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class TestCassandra(unittest.TestCase):
mcf = MockCassandraFuture()
wrapped = wrap_future(mcf)
self.assertRaises(TypeError, lambda: wrap_future(wrapped))
self.assertEqual(id(wrapped), id(wrap_future(wrapped)))
a = {}
def on_done(fut):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment