Skip to content

Commit

Permalink
fix: Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 14, 2024
1 parent 368337a commit 70cc02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm/test/oapp/sdk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ describe('oapp/sdk', () => {
description: `Setting peer for eid ${peerEid} (${formatEid(peerEid)}) to address ${makeBytes32(peerAddress)}`,
point: {
eid: omniContract.eid,
address: omniContract.contract.address,
address: omniContract.contract.target,
},
})
}
Expand Down

0 comments on commit 70cc02c

Please sign in to comment.