upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/sync/discovery.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sync/discovery.rs')
-rw-r--r--tests/sync/discovery.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sync/discovery.rs b/tests/sync/discovery.rs
index ed3e9bb..3aa6dda 100644
--- a/tests/sync/discovery.rs
+++ b/tests/sync/discovery.rs
@@ -175,7 +175,7 @@ async fn test_discovers_layer3_via_layer2() {
175/// Note: Layer 3 (comments on issues) sync is tracked separately and may 175/// Note: Layer 3 (comments on issues) sync is tracked separately and may
176/// be implemented in future phases. This test focuses on Layer 2 discovery. 176/// be implemented in future phases. This test focuses on Layer 2 discovery.
177#[tokio::test] 177#[tokio::test]
178async fn test_layer2_discovery_with_chain() { 178async fn test_relay_discovery_via_announcements_with_historic_sync() {
179 // 1. Start relay_a (source) with the event chain 179 // 1. Start relay_a (source) with the event chain
180 let relay_a = TestRelay::start().await; 180 let relay_a = TestRelay::start().await;
181 println!( 181 println!(
@@ -296,7 +296,7 @@ async fn test_layer2_discovery_with_chain() {
296/// 4. Syncs announcement_y from relay_c 296/// 4. Syncs announcement_y from relay_c
297/// 297///
298#[tokio::test] 298#[tokio::test]
299async fn test_recursive_relay_discovery_syncs_announcement() { 299async fn test_recursive_relay_discovery_via_announcements_with_historic_sync() {
300 // 1. Start all three relays 300 // 1. Start all three relays
301 301
302 // relay_b - will be the bootstrap relay, has announcement_x 302 // relay_b - will be the bootstrap relay, has announcement_x