test: use correct size in test-stream-buffer-list
The `n` argument of `BufferList.prototype.concat()` is not the number of `Buffer` instances in the list, but their total length when concatenated. PR-URL: https://github.com/nodejs/node/pull/18239 Reviewed-By:Matteo Collina <matteo.collina@gmail.com>
parent
80b3acca
Please register or sign in to comment