From 23d5d9e80660a54662eae7cecef3a6f1dc194225 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 9 Feb 2024 18:44:57 +0100 Subject: [PATCH] x --- internal/webconnectivityqa/testcase.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 }