From bfbeda4ede91cecd9c016a23c6ca6faa3fa852cb Mon Sep 17 00:00:00 2001 From: debris Date: Mon, 31 Jul 2017 20:17:19 +0200 Subject: [PATCH] fixed tests --- json/src/spec/tendermint.rs | 1 + test.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/json/src/spec/tendermint.rs b/json/src/spec/tendermint.rs index f5a178d50..f9e35825d 100644 --- a/json/src/spec/tendermint.rs +++ b/json/src/spec/tendermint.rs @@ -49,6 +49,7 @@ pub struct Tendermint { mod tests { use serde_json; use bigint::prelude::H160; + use hash::Address; use spec::tendermint::Tendermint; use spec::validator_set::ValidatorSet; diff --git a/test.sh b/test.sh index 6eb447970..435a1ad3f 100755 --- a/test.sh +++ b/test.sh @@ -22,4 +22,4 @@ case $1 in ;; esac -cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude ipfs --exclude evmjit $1 \ +cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude parity-ipfs-api --exclude evmjit $1