diff --git a/__tests__/src/rules/label-has-associated-control-test.js b/__tests__/src/rules/label-has-associated-control-test.js index 8d4399ab..0bd14107 100644 --- a/__tests__/src/rules/label-has-associated-control-test.js +++ b/__tests__/src/rules/label-has-associated-control-test.js @@ -50,7 +50,7 @@ const htmlForValid = [ { code: '', options: [{ controlComponents: ['Custom*'] }] }, { code: '', options: [{ controlComponents: ['*Label'] }] }, // Rule does not error if presence of accessible label cannot be determined - { code: '<>' }, + { code: '
' }, ]; const nestingValid = [ { code: '' },