Commit a41311c9 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix[message-relayer]: fix failing test because of merge with develop (#1000)

parent e4103622
...@@ -58,7 +58,7 @@ describe('relay transaction generation functions', () => { ...@@ -58,7 +58,7 @@ describe('relay transaction generation functions', () => {
.deploy(AddressManager.address, 0, 0) .deploy(AddressManager.address, 0, 0)
await AddressManager.setAddress( await AddressManager.setAddress(
'OVM_ChainStorageContainer:SCC:batches', 'OVM_ChainStorageContainer-SCC-batches',
ChainStorageContainer.address ChainStorageContainer.address
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment