We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c1d09 commit bf3bed5Copy full SHA for bf3bed5
test/pummel/test-stream-pipe-multi.js
@@ -66,8 +66,8 @@ FakeStream.prototype.close = function() {
66
67
// expect all streams to close properly.
68
process.on('exit', function() {
69
- assert.strictEqual(cnt, wclosed);
70
- assert.strictEqual(cnt, rclosed);
+ assert.strictEqual(wclosed, cnt);
+ assert.strictEqual(rclosed, cnt);
71
});
72
73
for (let i = 0; i < chunkSize; i++) {
0 commit comments