Skip to content

Commit 56f4402

Browse files
authored
Update platform.test.ts
1 parent bb7fe4a commit 56f4402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/platform.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ suite("Platform module", () => {
4646

4747
checkDefaultPowerShellPath(
4848
platformDetails,
49-
"C:\\Program Files\\PowerShell\\6\\pwsh.exe");
49+
platform.SysWow64PowerShellPath);
5050

5151
checkAvailableWindowsPowerShellPaths(
5252
platformDetails,

0 commit comments

Comments
 (0)