Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Oct 17, 2015
1 parent 79122f8 commit 0d4f16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/non-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe("verify", function () {
verifyAndAssertMessages(
"var a = [1,2,3];",
{ "requireTrailingComma": true },
["1:14 Missing comma before closing bracket"]
["1:14 Missing comma before closing bracket"]
);
});

Expand Down

0 comments on commit 0d4f16f

Please sign in to comment.