Fixing ethstore tests
This commit is contained in:
parent
022ccb5bce
commit
1d76bb7048
@ -311,6 +311,7 @@ impl SimpleSecretStore for EthMultiStore {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn should_have_some_tests() {
|
||||
assert_eq!(true, false)
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user