Skip to content

Commit

Permalink
fix l2callvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 9, 2024
1 parent e7e005a commit f56ab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/eth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('Ether', async () => {
expect(
l1ToL2Message.messageData.l2CallValue.toString(),
'message inputs value error'
).to.eq(ethToDeposit.toString())
).to.eq(parseEther(amount))

const retryableTicketResult = await l1ToL2Message.waitForStatus()
expect(retryableTicketResult.status).to.eq(
Expand Down

0 comments on commit f56ab96

Please sign in to comment.