From c93ffaf30ae43cdaf1cf59684318970beca65979 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 18 Dec 2025 16:58:58 +0000 Subject: refactor: rename bootstrap.rs to historic_sync.rs for clarity --- tests/sync/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/sync/mod.rs') diff --git a/tests/sync/mod.rs b/tests/sync/mod.rs index cf8f599..ffda73e 100644 --- a/tests/sync/mod.rs +++ b/tests/sync/mod.rs @@ -28,7 +28,7 @@ //! - `fetch_metrics()` - Prometheus metrics fetching // Test modules -pub mod bootstrap; +pub mod historic_sync; pub mod catchup; pub mod discovery; pub mod live_sync; -- cgit v1.2.3