[ethcore]: move client test types to test-helpers (#11062)
This commit is contained in:
committed by
Andrew Jones
parent
acad59b300
commit
b6415c6196
@@ -377,9 +377,8 @@ mod tests {
|
||||
use engine::Engine;
|
||||
use ethkey::{Random, Generator};
|
||||
use spec;
|
||||
use ethcore::{
|
||||
client::TestBlockChainClient,
|
||||
test_helpers::{create_test_block_with_data, create_test_block}
|
||||
use ethcore::test_helpers::{
|
||||
create_test_block_with_data, create_test_block, TestBlockChainClient
|
||||
};
|
||||
use common_types::{
|
||||
engines::params::CommonParams,
|
||||
|
||||
Reference in New Issue
Block a user