| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ const out = fs.createWriteStream(outputFile); | |||
| 45 | 45 | inp.pipe(gunzip).pipe(out); | |
| 46 | 46 | out.on('close', common.mustCall(() => { | |
| 47 | 47 | const actual = fs.readFileSync(outputFile); | |
| 48 | - assert.strictEqual(actual.length, expect.length, 'length should match'); | ||
| 48 | + assert.strictEqual(actual.length, expect.length); | ||
| 49 | 49 | for (let i = 0, l = actual.length; i < l; i++) { | |
| 50 | 50 | assert.strictEqual(actual[i], expect[i], `byte[${i}]`); | |
| 51 | 51 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments