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 7b46e17 commit 9310f86Copy full SHA for 9310f86
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