Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix py34/py35 compat
  • Loading branch information
prologic committed Jan 31, 2017
1 parent 6f0fba7 commit a38c5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_on_error.py
Expand Up @@ -42,4 +42,4 @@ def test_on_error(app):
app.tick()

assert isinstance(x[1], Exception)
assert x[1].message == "XXX"
assert x[1].args[0] == "XXX"

0 comments on commit a38c5d1

Please sign in to comment.