diff --git a/internal/webconnectivityqa/testcase.go b/internal/webconnectivityqa/testcase.go index 3bfb9dffe..fbaf99125 100644 --- a/internal/webconnectivityqa/testcase.go +++ b/internal/webconnectivityqa/testcase.go @@ -33,11 +33,9 @@ type TestCase struct { // ExpectTestKeys contains the expected test keys ExpectTestKeys *TestKeys - // Checkers contains an OPTIONAL list of functions - // that perform additional parsing of the measurement. - // - // Each function is expected to perform additional quality - // checks and return an explanatory error on failure. + // Checkers contains an OPTIONAL list of checkers + // that perform additional parsing of the measurement + // to ensure that specific properties hold. Checkers []Checker }