diff --git a/ipfs/src/route.rs b/ipfs/src/route.rs index b034c2d4c41..c72ca53c11b 100644 --- a/ipfs/src/route.rs +++ b/ipfs/src/route.rs @@ -119,7 +119,7 @@ mod tests { use ethcore::client::TestBlockChainClient; fn get_mocked_handler() -> IpfsHandler { - IpfsHandler::new(None, None, Arc::new(TestBlockChainClient::new())) + IpfsHandler::new(None.into(), None.into(), Arc::new(TestBlockChainClient::new())) } #[test] diff --git a/test.sh b/test.sh index 5430b17ead0..7a2cac94678 100755 --- a/test.sh +++ b/test.sh @@ -26,4 +26,4 @@ set -e ./scripts/validate_chainspecs.sh -cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude parity-ipfs-api --exclude evmjit $1 +cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude evmjit $1