upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/sync
diff options
context:
space:
mode:
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.rs2
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
31pub mod bootstrap; 31pub mod historic_sync;
32pub mod catchup; 32pub mod catchup;
33pub mod discovery; 33pub mod discovery;
34pub mod live_sync; 34pub mod live_sync;