diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:03:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-22 21:03:49 +0000 |
| commit | 6b55efedba7c069eff7a3e335845a961d40274db (patch) | |
| tree | 7e036869007cb503fda5a81d959ecd49a9b3e5a3 /tests/sync | |
| parent | 1df90c609399c675e629b97294aee81a0b1e66dd (diff) | |
chore: cargo fmt and clippy
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!( |