diff --git a/testing-framework/deployers/local/src/node_control/mod.rs b/testing-framework/deployers/local/src/node_control/mod.rs index b0323c7..efa7d96 100644 --- a/testing-framework/deployers/local/src/node_control/mod.rs +++ b/testing-framework/deployers/local/src/node_control/mod.rs @@ -182,7 +182,7 @@ impl NodeManager { .collect() }; - if ports.len() <= 1 { + if ports.is_empty() { return Ok(()); }