upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-18 16:58:58 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-18 16:58:58 +0000
commitc93ffaf30ae43cdaf1cf59684318970beca65979 (patch)
tree92f3e8a4eebe8703e5865cb3dc824d9ccc4a71e2
parent33530da5864245cc44e96c7a168ad806fdab6d98 (diff)
refactor: rename bootstrap.rs to historic_sync.rs for clarity
-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;