summaryrefslogtreecommitdiff
path: root/test/parallel/test-path.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-path.js')
-rw-r--r--test/parallel/test-path.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-path.js b/test/parallel/test-path.js
index 4ee3740038..600c463370 100644
--- a/test/parallel/test-path.js
+++ b/test/parallel/test-path.js
@@ -372,7 +372,7 @@ function fail(fn) {
assert.throws(() => {
fn.apply(null, args);
- }, common.expectsError({code: 'ERR_INVALID_ARG_TYPE', type: TypeError}));
+ }, common.expectsError({ code: 'ERR_INVALID_ARG_TYPE', type: TypeError }));
}
typeErrorTests.forEach((test) => {