Skip to content

Commit 5a66033

Browse files
committed
update tests
1 parent 8fb6419 commit 5a66033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/role-supports-aria-props.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ ruleTester.run('role-supports-aria-props', rule, {
348348
},
349349
{
350350
code: '<aside aria-checked />',
351-
errors: [getErrorMessage('aria-checked', 'generic')],
351+
errors: [getErrorMessage('aria-checked', 'complementary')],
352352
},
353353
{
354354
code: '<ul aria-expanded />',
@@ -364,7 +364,7 @@ ruleTester.run('role-supports-aria-props', rule, {
364364
},
365365
{
366366
code: '<aside aria-expanded />',
367-
errors: [getErrorMessage('aria-expanded', 'generic')],
367+
errors: [getErrorMessage('aria-expanded', 'complementary')],
368368
},
369369
{
370370
code: '<article aria-expanded />',

0 commit comments

Comments
 (0)