Skip to content

Commit 551a168

Browse files
smartcontractstynes
authored andcommitted
fix[message-relayer]: fix failing test because of merge with develop (#1000)
1 parent cf5ce17 commit 551a168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/message-relayer/test/unit-tests/relay-tx.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('relay transaction generation functions', () => {
5858
.deploy(AddressManager.address, 0, 0)
5959

6060
await AddressManager.setAddress(
61-
'OVM_ChainStorageContainer:SCC:batches',
61+
'OVM_ChainStorageContainer-SCC-batches',
6262
ChainStorageContainer.address
6363
)
6464

0 commit comments

Comments
 (0)