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 0286da0 commit 768060dCopy full SHA for 768060d
test/parallel/test-buffer-zero-fill-reset.js
@@ -15,5 +15,5 @@ function testUint8Array(ui) {
15
for (let i = 0; i < 100; i++) {
16
Buffer.alloc(0);
17
const ui = new Uint8Array(65);
18
- assert.ok(testUint8Array(ui), 'Uint8Array is not zero-filled');
+ assert.ok(testUint8Array(ui), `Uint8Array is not zero-filled: ${ui}`);
19
}
0 commit comments