Skip to content

Commit

Permalink
test: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 7, 2024
1 parent e08681c commit 5f8ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actions/sendTransaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ test('behavior: local account', async () => {
sendTransaction(config, {
account,
to: '0xd2135CfB216b74109775236E36d4b433F1DF507B',
value: parseEther('0.0001'),
value: parseEther('0.000001'),
}),
).resolves.toMatch(transactionHashRegex)
})

0 comments on commit 5f8ee5f

Please sign in to comment.