summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-util-inspect.js')
-rw-r--r--test/parallel/test-util-inspect.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-util-inspect.js b/test/parallel/test-util-inspect.js
index ecdaf0f1a4..c0f0c6b644 100644
--- a/test/parallel/test-util-inspect.js
+++ b/test/parallel/test-util-inspect.js
@@ -1136,7 +1136,7 @@ if (typeof Symbol !== 'undefined') {
}, common.expectsError({
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
- message: 'The "options" argument must be of type object'
+ message: 'The "options" argument must be of type Object'
})
);
@@ -1145,7 +1145,7 @@ if (typeof Symbol !== 'undefined') {
}, common.expectsError({
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
- message: 'The "options" argument must be of type object'
+ message: 'The "options" argument must be of type Object'
})
);
}