Skip to content

Commit

Permalink
Merge pull request #83 from exdx/fix/test-output
Browse files Browse the repository at this point in the history
fix: remove extra test output from unit tests
  • Loading branch information
dinhxuanvu authored Dec 2, 2020
2 parents 51ac5ad + 61a2cc9 commit b55a341
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/validation/internal/object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ func TestValidateObject(t *testing.T) {
}

for _, tt := range table {
t.Log(tt.description)

u := unstructured.Unstructured{}
o, err := ioutil.ReadFile(tt.path)
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion pkg/validation/internal/operatorhub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ func TestCustomCategories(t *testing.T) {
}

for _, tt := range table {
t.Logf("%s", tt.description)
if tt.custom {
os.Setenv("OPERATOR_BUNDLE_CATEGORIES", "./testdata/categories.json")
} else {
Expand Down

0 comments on commit b55a341

Please sign in to comment.