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 f0aae82 commit 31c79a8Copy full SHA for 31c79a8
test/parallel/test-blob.js
@@ -341,7 +341,7 @@ assert.throws(() => new Blob({}), {
341
// it should pull in the next 'hello' which is 5 bytes hence -5.
342
// but recently, we coalesce if possible adjacent memory
343
// the test code is adapted to the current limit for coalescing
344
- assert.strictEqual(stream[kState].controller.desiredSize, 0);
+ assert.ok(stream[kState].controller.desiredSize <= 0);
345
}), 0);
346
})().then(common.mustCall());
347
0 commit comments