Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Weldon committed Sep 21, 2017
1 parent 01dfaa2 commit b1a0afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_oopycql_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_repr_is_true_constructor_and_equality(self):
"""
pm = self.get_param_map()
print(pm, eval(repr(pm)))
assert False
assert eval(repr(pm)) == pm

def test_will_iter_keys(self):
Expand Down

0 comments on commit b1a0afc

Please sign in to comment.