Skip to content

Commit

Permalink
fix[message-relayer]: fix failing test because of merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Jun 2, 2021
1 parent e410362 commit 171a02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/message-relayer/test/unit-tests/relay-tx.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('relay transaction generation functions', () => {
.deploy(AddressManager.address, 0, 0)

await AddressManager.setAddress(
'OVM_ChainStorageContainer:SCC:batches',
'OVM_ChainStorageContainer-SCC-batches',
ChainStorageContainer.address
)

Expand Down

0 comments on commit 171a02f

Please sign in to comment.