diff --git a/test/parallel/test-util-inspect.js b/test/parallel/test-util-inspect.js index 23ad439feec5bb..94064d9491894c 100644 --- a/test/parallel/test-util-inspect.js +++ b/test/parallel/test-util-inspect.js @@ -3413,7 +3413,7 @@ assert.strictEqual( assert.strictEqual( util.inspect(o), '{\n' + - ' arrayBuffer: { [Uint8Contents]: <>, byteLength: 0 },\n' + + ' arrayBuffer: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },\n' + ' buffer: ,\n' + ' typedArray: TypedArray(5) [Uint8Array] [ 72, 101, 108, 108, 111 ],\n' + ' array: [],\n' +