From b6060f35201e1c1618d8b114b6579929fe69cd3f Mon Sep 17 00:00:00 2001 From: James Bradbury Date: Thu, 30 Dec 2021 17:45:31 +0000 Subject: [PATCH] update test to reflect unduplicated warnings --- .../samples/a11y-no-redundant-roles/warnings.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/validator/samples/a11y-no-redundant-roles/warnings.json b/test/validator/samples/a11y-no-redundant-roles/warnings.json index 22a60f9684..d3358dd97b 100644 --- a/test/validator/samples/a11y-no-redundant-roles/warnings.json +++ b/test/validator/samples/a11y-no-redundant-roles/warnings.json @@ -74,21 +74,6 @@ "line": 6 } }, - { - "code": "a11y-no-redundant-roles", - "end": { - "character": 173, - "column": 17, - "line": 7 - }, - "message": "A11y: Redundant role 'main'", - "pos": 162, - "start": { - "character": 162, - "column": 6, - "line": 7 - } - }, { "code": "a11y-no-redundant-roles", "end": {