From 677b564ba2682d024dba20c199cc98d38f510ea6 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:44:13 -0300 Subject: [PATCH] Fix MacOS errors by removing stoud oredictions on tests --- tests/channel_selection.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/channel_selection.rs b/tests/channel_selection.rs index a9e78002..7bfaa8e6 100644 --- a/tests/channel_selection.rs +++ b/tests/channel_selection.rs @@ -148,8 +148,7 @@ fn channel_selection() { .env("JULIA_DEPOT_PATH", depot_dir.path()) .env("JULIAUP_DEPOT_PATH", depot_dir.path()) .assert() - .success() - .stdout(""); + .success(); Command::cargo_bin("julia") .unwrap() @@ -167,8 +166,7 @@ fn channel_selection() { .env("JULIA_DEPOT_PATH", depot_dir.path()) .env("JULIAUP_DEPOT_PATH", depot_dir.path()) .assert() - .success() - .stdout(""); + .success(); Command::cargo_bin("julia") .unwrap()