We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84fc61 commit a8f78f8Copy full SHA for a8f78f8
tests/integration/abi_test.py
@@ -501,7 +501,7 @@ def msg():
501
assert\ failed # pyteal generated assert's ok
502
| err\ opcode # pyteal generated err's ok
503
| 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
+| extraction\ end\ [0-9]+\ is\ beyond\ length # failing because couldn't extract from jammed in tuple
505
"""
506
507
NEGATIVE_INVARIANTS = Invariant.as_invariants(
0 commit comments