diff options
Diffstat (limited to 'tests/proactive_sync_multi.rs')
| -rw-r--r-- | tests/proactive_sync_multi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proactive_sync_multi.rs b/tests/proactive_sync_multi.rs index ee29f24..e07ddbe 100644 --- a/tests/proactive_sync_multi.rs +++ b/tests/proactive_sync_multi.rs | |||
| @@ -170,7 +170,7 @@ async fn test_sync_configuration_applied() { | |||
| 170 | tokio::time::sleep(Duration::from_millis(300)).await; | 170 | tokio::time::sleep(Duration::from_millis(300)).await; |
| 171 | 171 | ||
| 172 | // Both relays should be running | 172 | // Both relays should be running |
| 173 | // The sync relay has NGIT_SYNC_RELAY_URL set (verified by relay starting) | 173 | // The sync relay has NGIT_SYNC_BOOTSTRAP_RELAY_URL set (verified by relay starting) |
| 174 | 174 | ||
| 175 | let client_source = Client::default(); | 175 | let client_source = Client::default(); |
| 176 | client_source | 176 | client_source |