fixing tests and build
This commit is contained in:
parent
5f742c9142
commit
ebe3990d0d
@ -133,9 +133,8 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn it_can_be_started() {
|
fn it_can_be_started() {
|
||||||
let spec = get_test_spec();
|
let spec = get_test_spec();
|
||||||
let mut p = env::home_dir();
|
let temp_path = RandomTempPath::new();
|
||||||
p.push(".parity");
|
let service = ClientService::start(spec, NetworkConfiguration::new(), &temp_path.as_path());
|
||||||
let service = ClientService::start(spec, NetworkConfiguration::new(), &p);
|
|
||||||
assert!(service.is_ok());
|
assert!(service.is_ok());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user