From 579f06297b75e1f2d3ed69c4314d410d71d9216f Mon Sep 17 00:00:00 2001 From: Bryce Palmer Date: Sun, 14 Nov 2021 09:09:19 -0500 Subject: [PATCH] fix test cases --- main_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main_test.go b/main_test.go index de5c45c..4fb45cb 100644 --- a/main_test.go +++ b/main_test.go @@ -65,8 +65,8 @@ func TestMain_OsArgs(t *testing.T) { { "Install Test", []string{"packageless", "install", "python"}, - true, - "Shell: go is currently unsupported.", + false, + "", }, { //We know this one will fail because go test doesn't include tty which the docker command we run uses @@ -91,8 +91,8 @@ func TestMain_OsArgs(t *testing.T) { { "Uninstall Test", []string{"packageless", "uninstall", "python"}, - true, - "Shell: go is currently unsupported.", + false, + "", }, }