Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
update test line number [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Sep 27, 2016
1 parent 24855a4 commit c91b1d0
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 @@ -54,7 +54,7 @@ describe("verify", function () {
verifyAndAssertMessages(
"module.exports = \"something\";",
{ "eol-last": 1, "semi": 1 },
[ "1:2 Newline required at end of file but not found. eol-last" ]
[ "1:30 Newline required at end of file but not found. eol-last" ]
);
});

Expand Down

0 comments on commit c91b1d0

Please sign in to comment.