Commit 87eae658 authored by Stefan Behnel's avatar Stefan Behnel

minor cleanup

parent 9ad73800
......@@ -155,7 +155,7 @@ def test_extend():
except TypeError:
pass
else:
raise AssertionError('tried to extend with an incompatible array type')
assert False, 'extending incompatible array types did not raise'
def test_likes(a):
"""
......
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