From 3778113c69a71b7f2edfe471e6cdcf426d59d38e Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 16 Jan 2023 16:39:45 +0000 Subject: [PATCH] (#2738) Bump version number in test We are now using Shimgen 2.0.0, so we need to bump the check for this version number. --- tests/chocolatey-tests/BundledApplications.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chocolatey-tests/BundledApplications.Tests.ps1 b/tests/chocolatey-tests/BundledApplications.Tests.ps1 index bb41c55a55..96f0c153f6 100644 --- a/tests/chocolatey-tests/BundledApplications.Tests.ps1 +++ b/tests/chocolatey-tests/BundledApplications.Tests.ps1 @@ -1,7 +1,7 @@ Import-Module helpers/common-helpers Describe 'Ensuring correct version of is installed' -Tag BundledApplications -ForEach @( - @{ Name = 'shimgen' ; Version = '1.0.0' ; ChocolateyVersion = '1.0.0' ; IsSigned = $true } + @{ Name = 'shimgen' ; Version = '2.0.0' ; ChocolateyVersion = '2.0.0-alpha' ; IsSigned = $true } @{ Name = '7z' ; Version = '21.07' ; ChocolateyVersion = '1.1.0' ; IsSigned = $false } ) -Skip:(-not (Test-ChocolateyVersionEqualOrHigherThan "1.0.0")) { Context ' is correctly installed' -Skip:(-not (Test-ChocolateyVersionEqualOrHigherThan $ChocolateyVersion)) {