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

Commit f5da49a

Browse files
committed
Fix failing test
1 parent 805f418 commit f5da49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/src/v1/tests/mocked/signing_unsafe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ fn rpc_eth_send_transaction_with_bad_to() {
210210
"id": 1
211211
}"#;
212212

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

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

0 commit comments

Comments
 (0)