Skip to content

Commit

Permalink
fix: use correct contract name in tests (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts authored May 19, 2021
1 parent 02c88ad commit f544143
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit f544143

Please sign in to comment.