Skip to content

Commit 38a9cf7

Browse files
authored
Update platform.test.ts
1 parent a7931ae commit 38a9cf7

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
@@ -76,7 +76,7 @@ suite("Platform module", () => {
7676

7777
checkDefaultPowerShellPath(
7878
platformDetails,
79-
platform.getAvailablePowerShellExes(platformDetails, undefined)[1].exePath);
79+
platform.getAvailablePowerShellExes(platformDetails, undefined)[2].exePath);
8080

8181
checkAvailableWindowsPowerShellPaths(
8282
platformDetails,

0 commit comments

Comments
 (0)