We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb0d8 commit 4804c43Copy full SHA for 4804c43
cmd/govulncheck/main_test.go
@@ -35,7 +35,7 @@ func TestCommand(t *testing.T) {
35
if err != nil {
36
t.Fatal(err)
37
}
38
- ts.DisableLogging = true
+ ts.DisableLogging = false
39
// Define a command that lets us cd into a module directory.
40
// The modules for these tests live under testdata/modules.
41
ts.Commands["cdmodule"] = func(args []string, inputFile string) ([]byte, error) {
0 commit comments