fix test url

This commit is contained in:
NikVolf 2016-07-07 11:14:37 +03:00
parent 326ea59258
commit 3c046556b5
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ fn can_handshake() {
fn can_query_block() {
crossbeam::scope(|scope| {
let stop_guard = StopGuard::new();
let socket_path = "ipc:///tmp/parity-client-rpc-10.ipc";
let socket_path = "ipc:///tmp/parity-client-rpc-20.ipc";
run_test_worker(scope, stop_guard.share(), socket_path);
let remote_client = nanoipc::init_client::<RemoteClient<_>>(socket_path).unwrap();