Skip to content

Commit 9efa922

Browse files
authored
Update platform.test.ts
1 parent d788bb7 commit 9efa922

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
@@ -108,7 +108,7 @@ suite("Platform module", () => {
108108
checkDefaultPowerShellPath(
109109
platformDetails,
110110
platform.getAvailablePowerShellExes(platformDetails, undefined).filter((psPath) => (psPath.versionName)
111-
=== "PowerShell Core 6")[0].exePath);
111+
=== "PowerShell Core 6 (x86)")[0].exePath);
112112

113113
checkAvailableWindowsPowerShellPaths(
114114
platformDetails,

0 commit comments

Comments
 (0)