Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from everettraven/tests/fix-main-tests
Browse files Browse the repository at this point in the history
fix test cases
  • Loading branch information
everettraven authored Nov 14, 2021
2 parents 20a56c8 + 579f062 commit ace7496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -91,8 +91,8 @@ func TestMain_OsArgs(t *testing.T) {
{
"Uninstall Test",
[]string{"packageless", "uninstall", "python"},
true,
"Shell: go is currently unsupported.",
false,
"",
},
}

Expand Down

0 comments on commit ace7496

Please sign in to comment.