Skip to content

Commit a373034

Browse files
authored
Update platform.test.ts
1 parent 2ddc9c0 commit a373034

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

107107
checkDefaultPowerShellPath(
108108
platformDetails,
109-
platform.getAvailablePowerShellExes(platformDetails, undefined)[0].exePath);
109+
platform.getAvailablePowerShellExes(platformDetails, undefined)[1].exePath);
110110

111111
checkAvailableWindowsPowerShellPaths(
112112
platformDetails,

0 commit comments

Comments
 (0)