diff --git a/tests/integration.rs b/tests/integration.rs index 18ead1135..d637786e2 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2439,7 +2439,7 @@ mod common_parallel { assert!( String::from_utf8_lossy(&host_cpus_count.stdout) .trim() - .parse::() + .parse::() .unwrap_or(0) >= 4 );