We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26dd39 commit ebfb043Copy full SHA for ebfb043
1 file changed
iroh/src/endpoint.rs
@@ -2307,7 +2307,7 @@ mod tests {
2307
.bind()
2308
.await?;
2309
// Wait for the endpoint to be reachable via relay
2310
- ep.home_relay().initialized().await?;
+ ep.home_relay().initialized().await;
2311
2312
let server = tokio::spawn(
2313
async move {
@@ -2461,7 +2461,7 @@ mod tests {
2461
2462
2463
// Also make sure the server has a working relay connection
2464
2465
2466
info!(time = ?test_start.elapsed(), "test setup done");
2467
0 commit comments