From 8085e7af5b6a15f519819fff27380b4b9b627728 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:41:27 +0100 Subject: [PATCH] Update images/windows/scripts/tests/Android.Tests.ps1 --- images/windows/scripts/tests/Android.Tests.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/images/windows/scripts/tests/Android.Tests.ps1 b/images/windows/scripts/tests/Android.Tests.ps1 index 5ab049626..c53f99b3e 100644 --- a/images/windows/scripts/tests/Android.Tests.ps1 +++ b/images/windows/scripts/tests/Android.Tests.ps1 @@ -49,7 +49,6 @@ Describe "Android SDK" { It "Platform build tools is installed" -TestCases $buildToolsTestCases { "$installedPackages" | Should -Match "$buildToolsVersion" } - } It "Additional tool is installed" -TestCases $additionalToolsTestCases { "$installedPackages" | Should -Match $additionalToolVersion