Skip to content

Commit

Permalink
use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
poopoothegorilla committed Apr 17, 2024
1 parent 065827d commit 717ae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/client/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func Test_Eth_Errors(t *testing.T) {
{"known transaction. transaction with hash 0x6013…3053 is already in the system", true, "zkSync"},
// This seems to be an erroneous message from the zkSync client, we'll have to match it anyway
{"ErrorObject { code: ServerError(3), message: \\\"known transaction. transaction with hash 0xf016…ad63 is already in the system\\\", data: Some(RawValue(\\\"0x\\\")) }", true, "zkSync"},
{`400 Bad Request: {\"id\":71,\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32600,\"message\":\"already known\"}}`, true, "arbitrum"},
{"400 Bad Request: {\"id\":71,\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32600,\"message\":\"already known\"}}", true, "arbitrum"},
}
for _, test := range tests {
err = evmclient.NewSendErrorS(test.message)
Expand Down

0 comments on commit 717ae33

Please sign in to comment.