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:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-18 10:12:11 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-18 10:12:11 +0000
commit03f074d0d0840b946a356badde75551d61c0f84c (patch)
tree97943bb692d40b3e572854bd30eec6bfdbcf8cb2 /tests/sync
parent7821b107190cc116a30a4c339f935bc16a1d5197 (diff)
sync removing dead code
Diffstat (limited to 'tests/sync')
-rw-r--r--tests/sync/tag_variations.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/sync/tag_variations.rs b/tests/sync/tag_variations.rs
index 41a6611..5b3ec0b 100644
--- a/tests/sync/tag_variations.rs
+++ b/tests/sync/tag_variations.rs
@@ -339,6 +339,12 @@ async fn test_layer2_sync_with_q_tag() {
339/// The lowercase 'e' tag is the standard NIP-01 way to reference events by ID. 339/// The lowercase 'e' tag is the standard NIP-01 way to reference events by ID.
340#[tokio::test] 340#[tokio::test]
341async fn test_layer3_sync_with_lowercase_e_tag() { 341async fn test_layer3_sync_with_lowercase_e_tag() {
342 // Initialize tracing for debug output
343 let _ = tracing_subscriber::fmt()
344 .with_max_level(tracing::Level::DEBUG)
345 .with_test_writer()
346 .try_init();
347
342 // 1. Start relays 348 // 1. Start relays
343 let relay_a = TestRelay::start().await; 349 let relay_a = TestRelay::start().await;
344 println!( 350 println!(