Skip to content

Commit a8f78f8

Browse files
authored
Bugfix: error message changed due to boxes merge (#41)
1 parent d84fc61 commit a8f78f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/abi_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def msg():
501501
assert\ failed # pyteal generated assert's ok
502502
| err\ opcode # pyteal generated err's ok
503503
| invalid\ ApplicationArgs\ index # failing because an app arg wasn't provided
504-
| extract\ range\ beyond\ length\ of\ string # failing because couldn't extract from jammed in tuple
504+
| extraction\ end\ [0-9]+\ is\ beyond\ length # failing because couldn't extract from jammed in tuple
505505
"""
506506

507507
NEGATIVE_INVARIANTS = Invariant.as_invariants(

0 commit comments

Comments
 (0)