Skip to content

Commit

Permalink
fix:fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xthedance committed Jan 17, 2025
1 parent 23548db commit bb934e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/functional/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,8 @@ def test_OldCWIA(get_contract_type, owner, ethereum, target):
contract = ContractContainer(_type)
contract_instance = owner.deploy(contract)
clones_proxy = contract_instance.clone2(target, 0, sender=owner)
print(clones_proxy, "clones_proxy ")
proxy_address = to_checksum_address("0x" + (clones_proxy.logs[0]["data"].hex())[-40:])
print("proxy address", proxy_address)
actual = ethereum.get_proxy_info(proxy_address)
print("actual", actual)
assert actual is not None
assert actual.type == ProxyType.OldCWIA
assert actual.target == target
Expand Down

0 comments on commit bb934e0

Please sign in to comment.