Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jul 12, 2023
1 parent 8fb6419 commit 5a66033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/role-supports-aria-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ ruleTester.run('role-supports-aria-props', rule, {
},
{
code: '<aside aria-checked />',
errors: [getErrorMessage('aria-checked', 'generic')],
errors: [getErrorMessage('aria-checked', 'complementary')],
},
{
code: '<ul aria-expanded />',
Expand All @@ -364,7 +364,7 @@ ruleTester.run('role-supports-aria-props', rule, {
},
{
code: '<aside aria-expanded />',
errors: [getErrorMessage('aria-expanded', 'generic')],
errors: [getErrorMessage('aria-expanded', 'complementary')],
},
{
code: '<article aria-expanded />',
Expand Down

0 comments on commit 5a66033

Please sign in to comment.