Skip to content

Commit

Permalink
fixup! chore: mock VLOCALCHAIN_ALLOCATE_ADDRESS handler returns val…
Browse files Browse the repository at this point in the history
…id bech32
  • Loading branch information
0xpatrickdev committed Dec 18, 2024
1 parent 2ab0286 commit 28bef35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/boot/test/orchestration/contract-upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test('resume', async t => {
await runInbound(
BridgeId.VTRANSFER,
buildVTransferEvent({
receiver: makeTestAddress(),
sender: makeTestAddress(),
target: makeTestAddress(),
sourceChannel: 'channel-5',
sequence: '1',
Expand Down
2 changes: 1 addition & 1 deletion packages/boot/test/orchestration/restart-contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test.serial('send-anywhere', async t => {
await runInbound(
BridgeId.VTRANSFER,
buildVTransferEvent({
receiver: makeTestAddress(),
sender: makeTestAddress(),
target: makeTestAddress(),
sourceChannel: 'channel-5',
sequence: '1',
Expand Down

0 comments on commit 28bef35

Please sign in to comment.