diff --git a/test/parallel/test-util-inspect.js b/test/parallel/test-util-inspect.js index 3f08e5e6e7100c..b058f04cfe761a 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; }