Skip to content

Commit b9b93ee

Browse files
authored
Update platform.test.ts
1 parent 6b5e3a9 commit b9b93ee

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"));
80+
=== "PowerShell Core 6")[0].exePath);
8181

8282
checkAvailableWindowsPowerShellPaths(
8383
platformDetails,

0 commit comments

Comments
 (0)