| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,8 +66,8 @@ FakeStream.prototype.close = function() { | |||
| 66 | 66 | ||
| 67 | 67 | // expect all streams to close properly. | |
| 68 | 68 | process.on('exit', function() { | |
| 69 | - assert.strictEqual(cnt, wclosed, 'writable streams closed'); | ||
| 70 | - assert.strictEqual(cnt, rclosed, 'readable streams closed'); | ||
| 69 | + assert.strictEqual(cnt, wclosed); | ||
| 70 | + assert.strictEqual(cnt, rclosed); | ||
| 71 | 71 | }); | |
| 72 | 72 | ||
| 73 | 73 | for (let i = 0; i < chunkSize; i++) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments