From d90ec3d1925f8fa136886a384dd8a34af9a0b8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 28 Aug 2017 15:22:59 +0200 Subject: [PATCH] Bring back IPFS tests. (#6398) --- ipfs/src/route.rs | 2 +- test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipfs/src/route.rs b/ipfs/src/route.rs index b034c2d4c..c72ca53c1 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 5430b17ea..7a2cac946 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