Generalize sync block lookup tests (#6498)

* Generalize sync block lookup tests
This commit is contained in:
Lion - dapplion
2024-10-25 08:50:31 +03:00
committed by GitHub
parent 9d069a9588
commit 8188e036a0
5 changed files with 102 additions and 81 deletions

View File

@@ -9,6 +9,8 @@ mod network_context;
mod peer_sampling;
mod peer_sync_info;
mod range_sync;
#[cfg(test)]
mod tests;
pub use lighthouse_network::service::api_types::SamplingId;
pub use manager::{BatchProcessResult, SyncMessage};