Skip to content

Commit

Permalink
fixup from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jun 21, 2023
1 parent 8bd3e77 commit 9cfe650
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iroh-net/src/hp/derp/client_conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,6 @@ mod tests {

#[tokio::test]
async fn test_client_conn_read_err() -> Result<()> {
let _guard = crate::test_utils::setup_logging();

let (_send_queue_s, send_queue_r) = mpsc::channel(10);
let (_disco_send_queue_s, disco_send_queue_r) = mpsc::channel(10);
let (_peer_gone_s, peer_gone_r) = mpsc::channel(10);
Expand Down

0 comments on commit 9cfe650

Please sign in to comment.