| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ zlib.gunzip(data, common.mustCall((err, result) => { | |||
| 19 | 19 | assert.strictEqual( | |
| 20 | 20 | result.toString(), | |
| 21 | 21 | 'abcdef', | |
| 22 | - 'result should match original string' | ||
| 22 | + `result '${result.toString()}' should match original string` | ||
| 23 | 23 | ); | |
| 24 | 24 | })); | |
| 25 | 25 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments