Skip to content

Commit 1c2ec37

Browse files
committed
fix test
1 parent 08bdeb7 commit 1c2ec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-ref-as-operand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ tester.run('no-ref-as-operand', rule, {
724724
message:
725725
'Must use `.value` to read or write the value wrapped by `ref()`.',
726726
line: 10,
727-
column: 3
727+
column: 7
728728
}
729729
]
730730
}

0 commit comments

Comments
 (0)