Skip to content

Commit

Permalink
Fix zenoh_session_multicast test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 20, 2023
1 parent 59299bd commit 7f034b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/tests/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn zenoh_session_multicast() {
let _ = env_logger::try_init();

let (peer01, peer02) =
open_session_multicast("udp/224.0.0.1:17448", "udp/224.0.0.1:17449").await;
open_session_multicast("udp/224.0.0.1:17448", "udp/224.0.0.1:17448").await;
test_session_pubsub(&peer01, &peer02, Reliability::BestEffort).await;
close_session(peer01, peer02).await;
});
Expand Down

0 comments on commit 7f034b9

Please sign in to comment.