Skip to content

Commit

Permalink
Bugfix: error message changed due to boxes merge (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored Dec 14, 2022
1 parent d84fc61 commit a8f78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/abi_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def msg():
assert\ failed # pyteal generated assert's ok
| err\ opcode # pyteal generated err's ok
| invalid\ ApplicationArgs\ index # failing because an app arg wasn't provided
| extract\ range\ beyond\ length\ of\ string # failing because couldn't extract from jammed in tuple
| extraction\ end\ [0-9]+\ is\ beyond\ length # failing because couldn't extract from jammed in tuple
"""

NEGATIVE_INVARIANTS = Invariant.as_invariants(
Expand Down

0 comments on commit a8f78f8

Please sign in to comment.