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:
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!(