Skip to content

Commit

Permalink
fix: made typo updating tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 11, 2019
1 parent 95441e5 commit 7ac2f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-source-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function nextdir() {
coverageDirectory
);
if (common.isWindows) {
assert.deepStrictEqual(sourceMap.lineLengths, [1087, 301, 185, 649, 0]);
assert.deepStrictEqual(sourceMap.lineLengths, [1086, 31, 185, 649, 0]);
} else {
assert.deepStrictEqual(sourceMap.lineLengths, [1085, 30, 184, 648, 0]);
}
Expand Down

0 comments on commit 7ac2f3f

Please sign in to comment.