From e174c9d549c1a86fa5038bd3a83fcbf442823e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lins?= Date: Fri, 8 May 2020 10:30:53 -0300 Subject: [PATCH] Fix tests --- test/validator/samples/a11y-no-onchange/warnings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/validator/samples/a11y-no-onchange/warnings.json b/test/validator/samples/a11y-no-onchange/warnings.json index 7103ee523c..461f546c0b 100644 --- a/test/validator/samples/a11y-no-onchange/warnings.json +++ b/test/validator/samples/a11y-no-onchange/warnings.json @@ -6,7 +6,7 @@ "column": 9, "line": 4 }, - "message": "A11y: onBlur must be used instead of onchange, unless absolutely necessary and it causes no negative consequences for keyboard only or screen reader users.", + "message": "A11y: on:blur must be used instead of on:change, unless absolutely necessary and it causes no negative consequences for keyboard only or screen reader users.", "pos": 0, "start": { "character": 0, @@ -21,7 +21,7 @@ "column": 44, "line": 10 }, - "message": "A11y: onBlur must be used instead of onchange, unless absolutely necessary and it causes no negative consequences for keyboard only or screen reader users.", + "message": "A11y: on:blur must be used instead of on:change, unless absolutely necessary and it causes no negative consequences for keyboard only or screen reader users.", "pos": 209, "start": { "character": 209, @@ -29,4 +29,4 @@ "line": 10 } } -] \ No newline at end of file +]