fix test url

This commit is contained in:
NikVolf 2016-07-07 11:14:37 +03:00
parent 326ea59258
commit 3c046556b5

View File

@ -60,7 +60,7 @@ fn can_handshake() {
fn can_query_block() { fn can_query_block() {
crossbeam::scope(|scope| { crossbeam::scope(|scope| {
let stop_guard = StopGuard::new(); 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); run_test_worker(scope, stop_guard.share(), socket_path);
let remote_client = nanoipc::init_client::<RemoteClient<_>>(socket_path).unwrap(); let remote_client = nanoipc::init_client::<RemoteClient<_>>(socket_path).unwrap();