| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a664ce commit 1690746
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -129,5 +129,5 @@ const gunz = zlib.createGunzip(); | |||
| 129 | 129 | inp.pipe(gzip).pipe(gunz).pipe(out); | |
| 130 | 130 | ||
| 131 | 131 | out.on('data', common.mustCall((c) => { | |
| 132 | - assert.strictEqual(c, inp._hash, 'hashes should match'); | ||
| 132 | + assert.strictEqual(c, inp._hash, `Hash '${c}' equals '${inp._hash}'.`); | ||
| 133 | 133 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments