We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63990e commit d88c697Copy full SHA for d88c697
test/parallel/test-buffer-inheritance.js
@@ -32,7 +32,7 @@ vals.forEach(function(t) {
32
let cntr = 0;
33
for (let i = 0; i < t.length; i++)
34
cntr += t[i];
35
- assert.strictEqual(t.length * 5, cntr);
+ assert.strictEqual(cntr, t.length * 5);
36
37
// Check this does not throw
38
t.toString();
0 commit comments