Skip to content

Commit

Permalink
test: fix wrong parameter
Browse files Browse the repository at this point in the history
PR-URL: #24844
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
zhmushan authored and BethGriggs committed Feb 20, 2019
1 parent c95e651 commit 797a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-path-join.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ joinTests.push([
[['//', 'foo/bar'], '\\foo\\bar'],
[['//', '/foo/bar'], '\\foo\\bar'],
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
[['//'], '/'],
[['//'], '\\'],
// No UNC path expected (share name missing - questionable).
[['//foo'], '\\foo'],
[['//foo/'], '\\foo\\'],
Expand Down

0 comments on commit 797a0de

Please sign in to comment.