mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: move generators module (#8429)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user