Refactor some tests in tx-pool (#4603)

* add test setup

* tests with setup
This commit is contained in:
Nikolay Volf
2020-01-11 19:22:08 +03:00
committed by GitHub
parent 8bde366d32
commit 08e6df0faf
2 changed files with 92 additions and 57 deletions
@@ -26,6 +26,7 @@ use std::sync::Arc;
use std::collections::HashMap;
pub use substrate_test_client::*;
pub use substrate_test_runtime as runtime;
pub use sc_client::LongestChain;
pub use self::block_builder_ext::BlockBuilderExt;