Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Apr 26, 2024
1 parent 6cb945e commit c9d8b11
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 @@ -209,7 +209,7 @@ async fn open_session_unicast_runtime(endpoints: &[&str]) -> (Runtime, Runtime)
.collect::<Vec<_>>();
config.scouting.multicast.set_enabled(Some(false)).unwrap();
println!("[ ][01a] Creating r1 session runtime: {:?}", endpoints);
let r1 = RuntimeBuilder::new(config).build().await.unwrap();
let mut r1 = RuntimeBuilder::new(config).build().await.unwrap();
r1.start().await.unwrap();

let mut config = config::peer();
Expand Down

0 comments on commit c9d8b11

Please sign in to comment.