ethcore test::helpers cleanup (#8086)

This commit is contained in:
Marek Kotewicz
2018-03-12 18:05:52 +01:00
committed by GitHub
parent 58a1671076
commit 373fdb65e9
22 changed files with 115 additions and 94 deletions

View File

@@ -2205,7 +2205,7 @@ mod tests {
#[test]
fn should_not_cache_details_before_commit() {
use client::{BlockChainClient, ChainInfo};
use tests::helpers::*;
use tests::helpers::{generate_dummy_client, get_good_dummy_block_hash};
use std::thread;
use std::time::Duration;