diff --git a/check/test.go b/check/test.go index 0213913..7a74634 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 }