aboutsummaryrefslogtreecommitdiff
path: root/test/async-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks')
-rw-r--r--test/async-hooks/test-callback-error.js2
-rw-r--r--test/async-hooks/test-promise.chain-promise-before-init-hooks.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/async-hooks/test-callback-error.js b/test/async-hooks/test-callback-error.js
index b52823c930..07293e0315 100644
--- a/test/async-hooks/test-callback-error.js
+++ b/test/async-hooks/test-callback-error.js
@@ -30,7 +30,7 @@ switch (arg) {
return;
}
-// this part should run only for the master test
+// This part should run only for the master test
assert.ok(!arg);
{
// console.log should stay until this test's flakiness is solved
diff --git a/test/async-hooks/test-promise.chain-promise-before-init-hooks.js b/test/async-hooks/test-promise.chain-promise-before-init-hooks.js
index 341b7b4c5d..52a312dbdf 100644
--- a/test/async-hooks/test-promise.chain-promise-before-init-hooks.js
+++ b/test/async-hooks/test-promise.chain-promise-before-init-hooks.js
@@ -17,7 +17,7 @@ p.then(function afterResolution(val) {
return val;
});
-// init hooks after chained promise is created
+// Init hooks after chained promise is created
const hooks = initHooks();
hooks._allowNoInit = true;
hooks.enable();