Skip to content

Commit 80e838a

Browse files
committed
test: Fix out of date comment
1 parent b21acb7 commit 80e838a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/rules/order.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ ruleTester.run('order', rule, {
10081008
},
10091009
],
10101010
}),
1011-
// Option pathGroup[].distinctGroup: 'true' should prevent 'position' properties from affecting the visible grouping 3
1011+
// Option pathGroup[].distinctGroup: 'false' should prevent 'position' properties from affecting the visible grouping 3
10121012
test({
10131013
code: `
10141014
import A from "baz";

0 commit comments

Comments
 (0)