Skip to content

Commit

Permalink
remove internal fn collision tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Sep 1, 2023
1 parent acbde9b commit 1bcd0ff
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/signatures/test_method_id_conflicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,6 @@ def OwnerTransferV7b711143(a: uint256):
pass
""",
"""
# check collision between private method IDs
@internal
@view
def gfah(): pass
@internal
@view
def eexo(): pass
""",
"""
# check collision between private and public IDs
@internal
@view
def gfah(): pass
@external
@view
def eexo(): pass
""",
"""
# check collision with ID = 0x00000000
wycpnbqcyf:public(uint256)
Expand Down

0 comments on commit 1bcd0ff

Please sign in to comment.