diff options
Diffstat (limited to 'tests/sync')
| -rw-r--r-- | tests/sync/tag_variations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sync/tag_variations.rs b/tests/sync/tag_variations.rs index 5b3ec0b..7153104 100644 --- a/tests/sync/tag_variations.rs +++ b/tests/sync/tag_variations.rs | |||
| @@ -344,7 +344,7 @@ async fn test_layer3_sync_with_lowercase_e_tag() { | |||
| 344 | .with_max_level(tracing::Level::DEBUG) | 344 | .with_max_level(tracing::Level::DEBUG) |
| 345 | .with_test_writer() | 345 | .with_test_writer() |
| 346 | .try_init(); | 346 | .try_init(); |
| 347 | 347 | ||
| 348 | // 1. Start relays | 348 | // 1. Start relays |
| 349 | let relay_a = TestRelay::start().await; | 349 | let relay_a = TestRelay::start().await; |
| 350 | println!( | 350 | println!( |