Skip to content

Commit

Permalink
Fix Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedman committed Sep 28, 2021
1 parent 3e5abcd commit a38eead
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage.out
coverage.out
coverage.txt
2 changes: 1 addition & 1 deletion cmd/check_versions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestGetRequiredVersions(t *testing.T) {
},
{
Name: "cluster-autoscaler",
Version: "1.19",
Version: "1.19.0",
},
}

Expand Down
Binary file modified preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#
# run tests for application
# add a comment here
go test -coverprofile=coverage.out -race -v ./... > coverage.txt
go test -coverprofile=coverage.out -race -v ./...

0 comments on commit a38eead

Please sign in to comment.