diff --git a/images/win/scripts/Tests/ChocoPackages.Tests.ps1 b/images/win/scripts/Tests/ChocoPackages.Tests.ps1 index dc03002f1930..13a8fcf925c1 100644 --- a/images/win/scripts/Tests/ChocoPackages.Tests.ps1 +++ b/images/win/scripts/Tests/ChocoPackages.Tests.ps1 @@ -100,7 +100,8 @@ Describe "CMake" { Describe "Kotlin" { $kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm", "kotlin-dce-js") - It -TestCases ($kotlinPackages | ForEach-Object { { Name = $_ } }) { - "$Name -version" | Should -ReturnZeroExitCode + + It " is available" -TestCases ($kotlinPackages | ForEach-Object { { toolName = $_ } }) { + "$toolName -version" | Should -ReturnZeroExitCode } } \ No newline at end of file