From 14be17930ae0850326caaba60810d61df3421817 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:38:51 +0100 Subject: [PATCH] fix test --- .../samples/a11y-label-has-associated-control-3/warnings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/validator/samples/a11y-label-has-associated-control-3/warnings.json b/test/validator/samples/a11y-label-has-associated-control-3/warnings.json index d3fa52e50f..69032ac363 100644 --- a/test/validator/samples/a11y-label-has-associated-control-3/warnings.json +++ b/test/validator/samples/a11y-label-has-associated-control-3/warnings.json @@ -2,14 +2,11 @@ { "code": "a11y-label-has-associated-control", "message": "A11y: A form label must be associated with a control.", - "pos": 151, "start": { - "character": 151, "column": 0, "line": 7 }, "end": { - "character": 173, "column": 22, "line": 7 }