Skip to content

Commit

Permalink
ref(tests): consisten test module naming (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Jul 7, 2023
1 parent 81a0b1e commit 05a39a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-net/src/magic_endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ pub async fn get_peer_id(connection: &quinn::Connection) -> anyhow::Result<PeerI

// TODO: Reenable when not flaky
// https://github.com/n0-computer/iroh/issues/1183
// #[cfg(test)]
// #[cfg(tests)]
// mod test {
// use futures::future::BoxFuture;

Expand Down

0 comments on commit 05a39a4

Please sign in to comment.