Uncommenting simple Miner tests (#1571)

This commit is contained in:
Tomasz Drwięga
2016-07-09 11:23:06 +02:00
committed by Arkadiy Paronyan
parent 5fe14e172e
commit b304ce5838
7 changed files with 62 additions and 31 deletions

View File

@@ -19,9 +19,9 @@
extern crate rand;
pub mod random_path;
pub mod test_socket;
pub mod stop_guard;
mod random_path;
mod test_socket;
mod stop_guard;
pub use random_path::*;
pub use test_socket::*;