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

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Mar 28, 2016
1 parent 7123023 commit 2a2c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/v1/tests/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fn rpc_eth_mining() {
#[test]
fn rpc_eth_gas_price() {
let request = r#"{"jsonrpc": "2.0", "method": "eth_gasPrice", "params": [], "id": 1}"#;
let response = r#"{"jsonrpc":"2.0","result":"0x0ba43b7400","id":1}"#;
let response = r#"{"jsonrpc":"2.0","result":"0x04a817c800","id":1}"#;

assert_eq!(EthTester::default().io.handle_request(request), Some(response.to_owned()));
}
Expand Down

0 comments on commit 2a2c248

Please sign in to comment.