summaryrefslogtreecommitdiff
path: root/test/parallel/test-next-tick-errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-next-tick-errors.js')
-rw-r--r--test/parallel/test-next-tick-errors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-next-tick-errors.js b/test/parallel/test-next-tick-errors.js
index acb7c49727..51ed2524a0 100644
--- a/test/parallel/test-next-tick-errors.js
+++ b/test/parallel/test-next-tick-errors.js
@@ -48,7 +48,7 @@ function testNextTickWith(val) {
},
{
code: 'ERR_INVALID_CALLBACK',
- name: 'TypeError [ERR_INVALID_CALLBACK]',
+ name: 'TypeError',
type: TypeError
}
);