upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/sync.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-10 16:22:19 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-10 16:22:19 +0000
commitf49644963369ea45ca1856e8e5c6c2e7a33b3aa7 (patch)
treed18c329d55d01ecf93aa1cd50d877faaedcddc92 /tests/sync.rs
parentd08878d0b9a8738e57e457a916677d2061775cbd (diff)
Phase 6: Implement live sync tests
Diffstat (limited to 'tests/sync.rs')
-rw-r--r--tests/sync.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sync.rs b/tests/sync.rs
index cedb876..81d1527 100644
--- a/tests/sync.rs
+++ b/tests/sync.rs
@@ -26,4 +26,5 @@ mod common;
26mod sync { 26mod sync {
27 pub mod bootstrap; 27 pub mod bootstrap;
28 pub mod discovery; 28 pub mod discovery;
29 pub mod live_sync;
29} \ No newline at end of file 30} \ No newline at end of file