Skip to content

Commit

Permalink
remove hederal error test
Browse files Browse the repository at this point in the history
  • Loading branch information
matYang committed Oct 21, 2024
1 parent eede056 commit d5f5990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/chains/evm/client/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func Test_Eth_Errors(t *testing.T) {
{"call failed: OldNonce, Current nonce: 22, nonce of rejected tx: 17", true, "Nethermind"},
{"nonce too low. allowed nonce range: 427 - 447, actual: 426", true, "zkSync"},
{"client error nonce too low", true, "tomlConfig"},
{"[Request ID: 2e952947-ffad-408b-aed9-35f3ed152001] Nonce too low. Provided nonce: 15, current nonce: 15", true, "hedera"},
{"failed to forward tx to sequencer, please try again. Error message: 'nonce too low'", true, "Mantle"},
}

Expand Down

0 comments on commit d5f5990

Please sign in to comment.