summaryrefslogtreecommitdiff
path: root/test/parallel/test-process-emitwarning.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-process-emitwarning.js')
-rw-r--r--test/parallel/test-process-emitwarning.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-process-emitwarning.js b/test/parallel/test-process-emitwarning.js
index e51d391a7b..bba41c56e2 100644
--- a/test/parallel/test-process-emitwarning.js
+++ b/test/parallel/test-process-emitwarning.js
@@ -38,7 +38,7 @@ class CustomWarning extends Error {
[testMsg, { type: testType, code: testCode }],
[testMsg, { type: testType, code: testCode, detail: testDetail }],
[new CustomWarning()],
- // detail will be ignored for the following. No errors thrown
+ // Detail will be ignored for the following. No errors thrown
[testMsg, { type: testType, code: testCode, detail: true }],
[testMsg, { type: testType, code: testCode, detail: [] }],
[testMsg, { type: testType, code: testCode, detail: null }],