Skip to content

Commit

Permalink
fix some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Feb 22, 2024
1 parent bafbfe9 commit 2798a5d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
InvalidType,
IteratorException,
NamespaceCollision,
StateAccessViolation,
StructureException,
SyntaxException,
TypeMismatch,
Expand Down Expand Up @@ -714,7 +713,7 @@ def foo():
for i: uint256 in range(a):
pass
""",
StateAccessViolation,
TypeMismatch,
),
(
"""
Expand All @@ -724,7 +723,7 @@ def foo():
for i: int128 in range(a,a-3):
pass
""",
StateAccessViolation,
TypeMismatch,
),
# invalid argument length
(
Expand Down

0 comments on commit 2798a5d

Please sign in to comment.