Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Nov 15, 2024
1 parent 4e84fd7 commit 456cd06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion iroh-net/src/netcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -775,9 +775,10 @@ mod test_utils {
use std::sync::Arc;

use crate::RelayNode;
use iroh_relay::server;

use crate::RelayNode;

pub(crate) async fn relay() -> (server::Server, Arc<RelayNode>) {
let server = server::Server::spawn(server::testing::server_config())
.await
Expand Down
3 changes: 1 addition & 2 deletions iroh-net/src/netcheck/reportgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,7 @@ mod tests {

use testresult::TestResult;

use super::super::test_utils;
use super::*;
use super::{super::test_utils, *};

#[tokio::test]
async fn test_update_report_stun_working() {
Expand Down

0 comments on commit 456cd06

Please sign in to comment.