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:
Diffstat (limited to 'tests/sync.rs')
-rw-r--r--tests/sync.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sync.rs b/tests/sync.rs
index 2e09fb8..64fd10a 100644
--- a/tests/sync.rs
+++ b/tests/sync.rs
@@ -3,7 +3,7 @@
3//! This test file organizes tests for ngit-grasp's proactive sync functionality. 3//! This test file organizes tests for ngit-grasp's proactive sync functionality.
4//! Tests are grouped into submodules by sync scenario: 4//! Tests are grouped into submodules by sync scenario:
5//! 5//!
6//! - `bootstrap` - Tests for sync from pre-configured bootstrap relay 6//! - `historic_sync` - Tests for sync from pre-configured bootstrap relay (historic events)
7//! - `discovery` - Tests for relay discovery from announcement events 7//! - `discovery` - Tests for relay discovery from announcement events
8//! - `live_sync` - Tests for real-time sync after connection established 8//! - `live_sync` - Tests for real-time sync after connection established
9//! - `tag_variations` - Tests for different Layer 2/3 tag types 9//! - `tag_variations` - Tests for different Layer 2/3 tag types
@@ -31,7 +31,7 @@ mod common;
31 31
32// Include sync test submodules (located in tests/sync/) 32// Include sync test submodules (located in tests/sync/)
33mod sync { 33mod sync {
34 pub mod bootstrap; 34 pub mod historic_sync;
35 pub mod catchup; 35 pub mod catchup;
36 pub mod discovery; 36 pub mod discovery;
37 pub mod live_sync; 37 pub mod live_sync;