diff options
Diffstat (limited to 'tests/sync')
| -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; |