From 03f074d0d0840b946a356badde75551d61c0f84c Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 18 Dec 2025 10:12:11 +0000 Subject: sync removing dead code --- tests/sync/tag_variations.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/sync') 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() { /// The lowercase 'e' tag is the standard NIP-01 way to reference events by ID. #[tokio::test] async fn test_layer3_sync_with_lowercase_e_tag() { + // Initialize tracing for debug output + let _ = tracing_subscriber::fmt() + .with_max_level(tracing::Level::DEBUG) + .with_test_writer() + .try_init(); + // 1. Start relays let relay_a = TestRelay::start().await; println!( -- cgit v1.2.3