Skip to content

Commit 597b1ef

Browse files
committed
.
1 parent 99d1de8 commit 597b1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/forbid-dom-props.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,14 +350,14 @@ ruleTester.run('forbid-dom-props', rule, {
350350
messageId: 'propIsForbidden',
351351
data: { prop: 'id' },
352352
line: 3,
353-
column: 16,
353+
column: 21,
354354
type: 'JSXAttribute',
355355
},
356356
{
357357
messageId: 'propIsForbidden',
358358
data: { prop: 'id' },
359359
line: 6,
360-
column: 16,
360+
column: 18,
361361
type: 'JSXAttribute',
362362
},
363363
],

0 commit comments

Comments
 (0)