chore: move generators module (#8429)

This commit is contained in:
Matthias Seitz
2024-05-28 18:04:46 +02:00
committed by GitHub
parent 911a3a4a92
commit 329634256a
8 changed files with 19 additions and 14 deletions

View File

@@ -36,4 +36,7 @@ pub use reth_blockchain_tree_api as blockchain_tree;
/// Common test helpers for mocking out Consensus, Downloaders and Header Clients.
#[cfg(feature = "test-utils")]
pub use reth_network_p2p::test_utils;
pub mod test_utils {
pub use reth_network_p2p::test_utils::*;
pub use reth_testing_utils::generators;
}