diff --git a/packages/core/src/actions/call.test.ts b/packages/core/src/actions/call.test.ts index 2709cc119b..d809f08bc7 100644 --- a/packages/core/src/actions/call.test.ts +++ b/packages/core/src/actions/call.test.ts @@ -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, {