diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-18 16:58:58 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-18 16:58:58 +0000 |
| commit | c93ffaf30ae43cdaf1cf59684318970beca65979 (patch) | |
| tree | 92f3e8a4eebe8703e5865cb3dc824d9ccc4a71e2 /tests | |
| parent | 33530da5864245cc44e96c7a168ad806fdab6d98 (diff) | |
refactor: rename bootstrap.rs to historic_sync.rs for clarity
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sync/historic_sync.rs (renamed from tests/sync/bootstrap.rs) | 0 | ||||
| -rw-r--r-- | tests/sync/mod.rs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/sync/bootstrap.rs b/tests/sync/historic_sync.rs index 8f0c79b..8f0c79b 100644 --- a/tests/sync/bootstrap.rs +++ b/tests/sync/historic_sync.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 @@ | |||
| 28 | //! - `fetch_metrics()` - Prometheus metrics fetching | 28 | //! - `fetch_metrics()` - Prometheus metrics fetching |
| 29 | 29 | ||
| 30 | // Test modules | 30 | // Test modules |
| 31 | pub mod bootstrap; | 31 | pub mod historic_sync; |
| 32 | pub mod catchup; | 32 | pub mod catchup; |
| 33 | pub mod discovery; | 33 | pub mod discovery; |
| 34 | pub mod live_sync; | 34 | pub mod live_sync; |