From 7ac2f3f5e4e7a5e49a0b93026848ae9eb5982c1d Mon Sep 17 00:00:00 2001 From: bcoe Date: Sun, 6 Oct 2019 17:36:22 -0700 Subject: [PATCH] fix: made typo updating tests for windows --- test/parallel/test-source-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-source-map.js b/test/parallel/test-source-map.js index 69919b2702d028..2ded13a631dd8c 100644 --- a/test/parallel/test-source-map.js +++ b/test/parallel/test-source-map.js @@ -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]); }