Commit 07a6d3e1 authored by smartcontracts's avatar smartcontracts Committed by Kelvin Fichter

fix: use correct contract name in tests (#921)

parent b7f3af23
......@@ -109,12 +109,12 @@ describe('OVM_L1CrossDomainMessenger', () => {
)
await AddressManager.setAddress(
'OVM_ChainStorageContainer:CTC:batches',
'OVM_ChainStorageContainer-CTC-batches',
batches.address
)
await AddressManager.setAddress(
'OVM_ChainStorageContainer:CTC:queue',
'OVM_ChainStorageContainer-CTC-queue',
queue.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