Skip to content

Commit 90ccfe8

Browse files
jaesoekjjangljharb
andauthored
Update tests/lib/rules/checked-requires-onchange-or-readonly.js
Co-authored-by: Jordan Harband <[email protected]>
1 parent 9eceb24 commit 90ccfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/checked-requires-onchange-or-readonly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ruleTester.run('checked-requires-onchange-or-readonly', rule, {
6262
],
6363
},
6464
{
65-
code: '<input type="checkbox" checked defaultChecked/>',
65+
code: '<input type="checkbox" checked defaultChecked />',
6666
errors: [
6767
{ messageId: 'exclusiveCheckedAttribute' },
6868
{ messageId: 'missingProperty' },

0 commit comments

Comments
 (0)