summaryrefslogtreecommitdiff
path: root/test/parallel/test-internal-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-internal-errors.js')
-rw-r--r--test/parallel/test-internal-errors.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parallel/test-internal-errors.js b/test/parallel/test-internal-errors.js
index a161a1db69..cd2028c0f2 100644
--- a/test/parallel/test-internal-errors.js
+++ b/test/parallel/test-internal-errors.js
@@ -77,7 +77,7 @@ common.expectsError(() => {
}, { code: 'TEST_ERROR_1', type: RangeError });
}, {
code: 'ERR_ASSERTION',
- message: /^.+ is not instance of \S/
+ message: /- type: \[Function: TypeError]\n\+ type: \[Function: RangeError]/
});
common.expectsError(() => {
@@ -89,7 +89,7 @@ common.expectsError(() => {
}, {
code: 'ERR_ASSERTION',
type: assert.AssertionError,
- message: /.+ does not match \S/
+ message: /- message: 'Error for testing purposes: a'\n\+ message: \/\^Error/
});
// Test ERR_INVALID_FD_TYPE