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 740d9f1 commit 0b00172Copy full SHA for 0b00172
test/parallel/test-stream2-basic.js
@@ -212,10 +212,10 @@ class TestWriter extends EE {
212
'xxxxx' ];
213
214
w[0].on('end', common.mustCall(function(received) {
215
- assert.deepStrictEqual(received, expect, 'first');
+ assert.deepStrictEqual(received, expect);
216
}));
217
w[1].on('end', common.mustCall(function(received) {
218
- assert.deepStrictEqual(received, expect, 'second');
219
220
221
r.pipe(w[0]);
0 commit comments