Ida/ci test

This commit is contained in:
2022-02-20 19:46:58 +00:00
committed by Blair Vanderlugt
parent e5f3acc3e3
commit 3e35a8b32a
5 changed files with 68 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ def test_set(
o = builder.address_of(registry, 'ContractRegistry', sender_address=eth_accounts[0])
r = eth_rpc.do(o)
r = abi_decode_single(ABIContractType.ADDRESS, r)
assert r == registry
assert r == strip_0x(registry)
(tx_hash_hex, o) = builder.set(registry, roles['CONTRACT_DEPLOYER'], 'ContractRegistry', addr_registry)
r = eth_rpc.do(o)