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

Commit c91b1d0

Browse files
authored
update test line number [skip ci]
1 parent 24855a4 commit c91b1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/non-regression.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("verify", function () {
5454
verifyAndAssertMessages(
5555
"module.exports = \"something\";",
5656
{ "eol-last": 1, "semi": 1 },
57-
[ "1:2 Newline required at end of file but not found. eol-last" ]
57+
[ "1:30 Newline required at end of file but not found. eol-last" ]
5858
);
5959
});
6060

0 commit comments

Comments
 (0)