fixed tests

This commit is contained in:
debris 2017-07-31 20:17:19 +02:00
parent 3c7ba5045d
commit bfbeda4ede
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ pub struct Tendermint {
mod tests { mod tests {
use serde_json; use serde_json;
use bigint::prelude::H160; use bigint::prelude::H160;
use hash::Address;
use spec::tendermint::Tendermint; use spec::tendermint::Tendermint;
use spec::validator_set::ValidatorSet; use spec::validator_set::ValidatorSet;

View File

@ -22,4 +22,4 @@ case $1 in
;; ;;
esac 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