diff --git a/tests/integration.rs b/tests/integration.rs index dcdd552a0..01028316c 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -8216,7 +8216,7 @@ mod windows { .output() .expect("ps command failed") .stdout; - return String::from_utf8_lossy(&out).matches("vcpu").count() as u8; + String::from_utf8_lossy(&out).matches("vcpu").count() as u8 } fn netdev_ctrl_threads_count(pid: u32) -> u8 {