Skip to content

Commit 5a03b0f

Browse files
committed
fixup! test: explain intentionally pending promise in stream merge test
1 parent 93cad7b commit 5a03b0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/parallel/test-stream-iter-consumers-merge.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ async function testMergeSignalDuringPendingSingleSourceRead() {
179179
return this;
180180
},
181181
next() {
182+
// Intentionally never settle to verify that aborting interrupts a pending read.
182183
return new Promise(() => {});
183184
},
184185
return() {

0 commit comments

Comments
 (0)