Skip to content

Commit c441a58

Browse files
committed
Default to not verbose logging tests
1 parent ac9f864 commit c441a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libasherah_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/godaddy/cobhan-go"
1111
)
1212

13-
var Verbose = true
13+
var Verbose = false
1414

1515
func setupAsherahForTesting(t *testing.T) {
1616
config := &asherah.Options{}

0 commit comments

Comments
 (0)