Skip to content

Commit

Permalink
fix missed test
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Oct 29, 2024
1 parent a64f8bc commit 0d04c36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iroh-net/src/magicsock/udp_conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,12 @@ where
#[cfg(test)]
mod tests {
use anyhow::Result;
use netwatch::IpFamily;
use tokio::sync::mpsc;
use tracing::{info_span, Instrument};

use super::*;
use crate::{key, net::IpFamily, tls};
use crate::{key, tls};

const ALPN: &[u8] = b"n0/test/1";

Expand Down

0 comments on commit 0d04c36

Please sign in to comment.