Skip to content

Commit

Permalink
test: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 9, 2024
1 parent 1205e33 commit 3b683b6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions packages/core/src/actions/call.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,6 @@ test.skip('parameters: blockNumber', async () => {
`)
})

test('nonce too low', async () => {
await expect(
call(config, {
account,
data: name4bytes,
to: address.wagmiMintExample,
nonce: 0,
}),
).rejects.toThrowErrorMatchingInlineSnapshot(`
[CallExecutionError: Nonce provided for the transaction is lower than the current nonce of the account.
Try increasing the nonce or find the latest nonce with \`getTransactionCount\`.
Raw Call Arguments:
from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
to: 0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2
data: 0x06fdde03
nonce: 0
Details: nonce too low
Version: viem@2.17.0]
`)
})

test('insufficient funds', async () => {
await expect(
call(config, {
Expand Down

0 comments on commit 3b683b6

Please sign in to comment.