Fixing ethstore tests

This commit is contained in:
Tomasz Drwięga 2016-11-30 16:41:37 +01:00
parent 022ccb5bce
commit 1d76bb7048
2 changed files with 2 additions and 1 deletions

View File

@ -311,6 +311,7 @@ impl SimpleSecretStore for EthMultiStore {
#[cfg(test)]
mod tests {
#[test]
fn should_have_some_tests() {
assert_eq!(true, false)
}

View File

@ -19,7 +19,7 @@ extern crate ethstore;
mod util;
use ethstore::{SecretStore, EthStore};
use ethstore::{SecretStore, EthStore, SimpleSecretStore};
use ethstore::ethkey::{Random, Generator, Secret, KeyPair, verify_address};
use ethstore::dir::DiskDirectory;
use util::TransientDir;