Skip to content

Commit

Permalink
fix as wei value test
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Dec 26, 2023
1 parent ade20fd commit b0a295d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/functional/syntax/test_as_wei_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
InvalidType,
OverflowException,
StructureException,
UndeclaredDefinition
)

fail_list = [
Expand All @@ -15,7 +16,7 @@
def foo():
x: uint256 = as_wei_value(5, szabo)
""",
ArgumentException,
UndeclaredDefinition,
),
(
"""
Expand Down Expand Up @@ -65,7 +66,7 @@ def foo():
"""
FOO: constant(uint256) = as_wei_value(5, szabo)
""",
ArgumentException,
UndeclaredDefinition,
),
(
"""
Expand Down

0 comments on commit b0a295d

Please sign in to comment.