Skip to content

Commit

Permalink
fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 25, 2023
1 parent 83237ed commit d4e8b0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/parser/exceptions/test_argument_exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
fail_list = [
"""
@external
def foo():
x = as_wei_value(5, "vader")
""",
"""
@external
def foo(x: int128, x: int128): pass
""",
"""
Expand Down
5 changes: 5 additions & 0 deletions tests/parser/exceptions/test_undeclared_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ def foo():
def foo():
bork = zork
""",
"""
@external
def foo():
x = as_wei_value(5, "vader")
""",
]


Expand Down

0 comments on commit d4e8b0d

Please sign in to comment.