Skip to content

Commit b55a341

Browse files
authored
Merge pull request #83 from exdx/fix/test-output
fix: remove extra test output from unit tests
2 parents 51ac5ad + 61a2cc9 commit b55a341

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pkg/validation/internal/object_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ func TestValidateObject(t *testing.T) {
6464
}
6565

6666
for _, tt := range table {
67-
t.Log(tt.description)
68-
6967
u := unstructured.Unstructured{}
7068
o, err := ioutil.ReadFile(tt.path)
7169
if err != nil {

pkg/validation/internal/operatorhub_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ func TestCustomCategories(t *testing.T) {
8383
}
8484

8585
for _, tt := range table {
86-
t.Logf("%s", tt.description)
8786
if tt.custom {
8887
os.Setenv("OPERATOR_BUNDLE_CATEGORIES", "./testdata/categories.json")
8988
} else {

0 commit comments

Comments
 (0)