Skip to content

Commit ed355ae

Browse files
authored
Update platform.test.ts
1 parent c70aeca commit ed355ae

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
@@ -77,7 +77,7 @@ suite("Platform module", () => {
7777
checkDefaultPowerShellPath(
7878
platformDetails,
7979
platform.getAvailablePowerShellExes(platformDetails, undefined).filter((psPath) => (psPath.versionName)
80-
=== "PowerShell Core 6")[0]);
80+
=== "PowerShell Core 6 (x86)"));
8181

8282
checkAvailableWindowsPowerShellPaths(
8383
platformDetails,

0 commit comments

Comments
 (0)