Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed May 2, 2024
1 parent cca3d8a commit 6aff1bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iroh-net/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,7 @@ mod test_dns_pkarr {
.await?;

// wait until our shared state received the update from pkarr publishing
dns_pkarr_server
.on_node(&ep1.node_id(), timeout)
.await?;
dns_pkarr_server.on_node(&ep1.node_id(), timeout).await?;

// we connect only by node id!
let res = ep2.connect(ep1.node_id().into(), TEST_ALPN).await;
Expand Down

0 comments on commit 6aff1bd

Please sign in to comment.