| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 246a94f commit a60060b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -100,9 +100,9 @@ fileStream.on('data', function(data) { | |||
| 100 | 100 | sha1Hash.update(data); | |
| 101 | 101 | }); | |
| 102 | 102 | fileStream.on('close', common.mustCall(function() { | |
| 103 | + // Test SHA1 of sample.png | ||
| 103 | 104 | assert.strictEqual(sha1Hash.digest('hex'), | |
| 104 | - '22723e553129a336ad96e10f6aecdf0f45e4149e', | ||
| 105 | - 'Test SHA1 of sample.png'); | ||
| 105 | + '22723e553129a336ad96e10f6aecdf0f45e4149e'); | ||
| 106 | 106 | })); | |
| 107 | 107 | ||
| 108 | 108 | // Issue https://github.com/nodejs/node-v0.x-archive/issues/2227: unknown digest | |
| Back | FazBrowse Home | New Git URL |
0 commit comments