Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Bring back IPFS tests. #6398

Merged
merged 1 commit into from
Aug 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ipfs/src/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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