From 1c5c6b7a0c391cd9281543a57b520fea0cb2b64b Mon Sep 17 00:00:00 2001 From: LaszloP <7979773+lpusok@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:23:27 +0100 Subject: [PATCH] Fix test --- command/command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/command_test.go b/command/command_test.go index e53b032..99fa00e 100644 --- a/command/command_test.go +++ b/command/command_test.go @@ -198,7 +198,7 @@ func TestRunAndReturnTrimmedCombinedOutput(t *testing.T) { cmd: c, } }(), - wantErr: "command failed with exit status 1 (bash \"testdata/exit_with_message.sh\"): check the command's output for details", + wantErr: "command failed with exit status 1 (bash \"testdata/exit_with_message.sh\"): check the command's output for details ", }, { name: "command with error finder",