Skip to content

Commit 6c8214d

Browse files
committed
fix the typo that sent me into this (quote b5) emotional rollercoaster
1 parent 2642df5 commit 6c8214d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iroh-gossip/src/net.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,8 @@ mod test {
733733
let cancel = CancellationToken::new();
734734
let tasks = [
735735
spawn(endpoint_loop(ep1.clone(), go1.clone(), cancel.clone())),
736-
spawn(endpoint_loop(ep2.clone(), go3.clone(), cancel.clone())),
737-
spawn(endpoint_loop(ep3.clone(), go2.clone(), cancel.clone())),
736+
spawn(endpoint_loop(ep2.clone(), go2.clone(), cancel.clone())),
737+
spawn(endpoint_loop(ep3.clone(), go3.clone(), cancel.clone())),
738738
];
739739

740740
debug!("----- adding peers ----- ");

0 commit comments

Comments
 (0)