Skip to content

Commit

Permalink
fixed test case for deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
v-viyada committed Mar 21, 2024
1 parent ee00852 commit eceb58c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ describe(LoadAssessmentDataSchemaProvider, () => {
? {
'aria-roledescription': stepProperties,
'duplicate-id': stepProperties,
'duplicate-id-active': stepProperties,
}
: {},
type: ['object', 'null'],
Expand All @@ -80,6 +81,7 @@ describe(LoadAssessmentDataSchemaProvider, () => {
? {
'aria-roledescription': statusProperties,
'duplicate-id': statusProperties,
'duplicate-id-active': statusProperties,
}
: {},
type: ['object', 'null'],
Expand Down

0 comments on commit eceb58c

Please sign in to comment.