diff --git a/test/parallel/test-util-inspect.js b/test/parallel/test-util-inspect.js index 433b16c39e7..4240ff6d923 100644 --- a/test/parallel/test-util-inspect.js +++ b/test/parallel/test-util-inspect.js @@ -979,7 +979,7 @@ if (typeof Symbol !== 'undefined') { const npos = line.search(numRE); if (npos !== -1) { if (pos !== undefined) { - assert.strictEqual(pos, npos, 'container items not aligned'); + assert.strictEqual(pos, npos); } pos = npos; }