diff --git a/check/test.go b/check/test.go index 0213913ae429aef77714e204e4c5561ad9710456..7a746344ca14b45554068bdbb983c456d8073b2e 100644 --- a/check/test.go +++ b/check/test.go @@ -145,7 +145,7 @@ func (ts *tests) execute(s string) *testOutput { finalOutput := &testOutput{} // If no tests are defined return with empty finalOutput. - // This is usually the case for checks of type: "skip". + // This may be the case for checks of type: "skip". if ts == nil { return finalOutput }