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 2420ada commit cd5218dCopy full SHA for cd5218d
cmd/root_test.go
@@ -83,7 +83,7 @@ func Test_validate(t *testing.T) {
83
path := path.Join(os.TempDir(), "formatter_cmd_valid_2")
84
err := os.Remove(path)
85
if err != nil {
86
- t.Errorf("could not remove temporary file: %s", path)
+ t.Logf("could not remove temporary file: %s", path)
87
}
88
},
89
@@ -171,7 +171,7 @@ func Test_run(t *testing.T) {
171
err = os.Remove(file)
172
173
174
- t.Errorf("could not remove temporary file: %s", file)
+ t.Logf("could not remove temporary file: %s", file)
175
176
workflow = nil
177
config = formatter.Config{}
0 commit comments