Skip to content

Commit

Permalink
fix: python bindings update error log test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Oct 12, 2023
1 parent baf8936 commit 403af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python3/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_zencode_failure():
Then print the data
"""
res = zencode_exec(contract)
assert("ERROR" in res.logs)
assert("fatal error" in res.logs)

# def test_lua_call_hello_world():
# lua_res = zenroom_exec(
Expand Down

0 comments on commit 403af3a

Please sign in to comment.