Skip to content

Commit fc4fcf7

Browse files
change port for test_link_weights_info_diamond_routers (#1958)
1 parent 2e4bee4 commit fc4fcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zenoh/src/tests/link_weights.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ async fn test_link_weights_info_diamond_inner(port_offset: u16, wai: WhatAmI) {
816816
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
817817
async fn test_link_weights_info_diamond_routers() {
818818
init_log_from_env_or("error");
819-
test_link_weights_info_diamond_inner(34000, WhatAmI::Router).await;
819+
test_link_weights_info_diamond_inner(36000, WhatAmI::Router).await;
820820
}
821821

822822
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]

0 commit comments

Comments
 (0)