Skip to content

Commit

Permalink
Try mining more blocks before getting transaction receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Jan 29, 2024
1 parent a866772 commit 37ad326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/wallet/L1/writeDepositETH.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('correctly deposits ETH', async () => {
account: accounts[0].address,
})

await mine(testClient, { blocks: 1 })
await mine(testClient, { blocks: 5 })

const r = await publicClient.getTransactionReceipt({ hash })
expect(r.logs.length).toEqual(1)
Expand Down

0 comments on commit 37ad326

Please sign in to comment.