summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-callbackify.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-util-callbackify.js')
-rw-r--r--test/parallel/test-util-callbackify.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-util-callbackify.js b/test/parallel/test-util-callbackify.js
index 1eb940bf13..0999fc4fd3 100644
--- a/test/parallel/test-util-callbackify.js
+++ b/test/parallel/test-util-callbackify.js
@@ -234,7 +234,7 @@ const values = [
}, common.expectsError({
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
- message: 'The "original" argument must be of type function'
+ message: 'The "original" argument must be of type Function'
}));
});
}
@@ -255,7 +255,7 @@ const values = [
}, common.expectsError({
code: 'ERR_INVALID_ARG_TYPE',
type: TypeError,
- message: 'The last argument must be of type function'
+ message: 'The last argument must be of type Function'
}));
});
}