Skip to content

Commit

Permalink
[Windows] Update Kotlin Pester test (actions#11056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ayupov authored Nov 28, 2024
1 parent 20d0451 commit 9b0a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windows/scripts/tests/Tools.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Describe "Pipx" {
}

Describe "Kotlin" {
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlin-dce-js", "kotlinc-jvm")
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm")

It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
"$toolName -version" | Should -ReturnZeroExitCode
Expand Down

0 comments on commit 9b0a6c0

Please sign in to comment.