Skip to content

Commit cca2a15

Browse files
committed
test: fix test case
1 parent 9bf3bc9 commit cca2a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/textlint-rule-max-comma-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tester.run("no-todo", rule, {
1313
"0, 1, 2, 3, 4",
1414
"This `sum(0,1,2,3,4,5,6,7,8,9,10)` is ok",
1515
{
16-
text: "0, 1, 2, 3, 4",
16+
text: "0, 1, 2, 3, 4, 5",
1717
options: {
1818
max: 5
1919
}

0 commit comments

Comments
 (0)