Skip to content

Commit 3d87688

Browse files
zhmushanBethGriggs
authored andcommitted
test: fix wrong parameter
PR-URL: #24844 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 6db760c commit 3d87688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-path-join.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ joinTests.push([
9090
[['//', 'foo/bar'], '\\foo\\bar'],
9191
[['//', '/foo/bar'], '\\foo\\bar'],
9292
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
93-
[['//'], '/'],
93+
[['//'], '\\'],
9494
// No UNC path expected (share name missing - questionable).
9595
[['//foo'], '\\foo'],
9696
[['//foo/'], '\\foo\\'],

0 commit comments

Comments
 (0)