From 1bcd0ff915335a528e92abd44f14992d2010771e Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:37:24 +0800 Subject: [PATCH] remove internal fn collision tests --- tests/signatures/test_method_id_conflicts.py | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tests/signatures/test_method_id_conflicts.py b/tests/signatures/test_method_id_conflicts.py index 35c10300b4..f3312efeab 100644 --- a/tests/signatures/test_method_id_conflicts.py +++ b/tests/signatures/test_method_id_conflicts.py @@ -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)