Improve comment

Tests could easily be marked "skip" because the user doesn't want to run them in their environment, and in this common case the set of tests will be non-nil
pull/212/head
Liz Rice 5 years ago committed by GitHub
parent db962a0ad9
commit cd231106cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}

Loading…
Cancel
Save