mirror of
git://holbrook.no/eth-contract-registry
synced 2026-04-27 03:07:15 +02:00
Ida/ci test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user