Skip to content

Commit

Permalink
test: Fix out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Aug 25, 2022
1 parent b21acb7 commit 80e838a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ ruleTester.run('order', rule, {
},
],
}),
// Option pathGroup[].distinctGroup: 'true' should prevent 'position' properties from affecting the visible grouping 3
// Option pathGroup[].distinctGroup: 'false' should prevent 'position' properties from affecting the visible grouping 3
test({
code: `
import A from "baz";
Expand Down

0 comments on commit 80e838a

Please sign in to comment.