Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Mar 19, 2020
1 parent 805f418 commit f5da49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/v1/tests/mocked/signing_unsafe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fn rpc_eth_send_transaction_with_bad_to() {
"id": 1
}"#;

let response = r#"{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid params: prefix is missing."},"id":1}"#;
let response = r#"{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid params: 0x prefix is missing."},"id":1}"#;

assert_eq!(tester.io.handle_request_sync(&request), Some(response.into()));
}
Expand Down

0 comments on commit f5da49a

Please sign in to comment.