Skip to content

Commit

Permalink
(chocolatey#2738) Bump version number in test
Browse files Browse the repository at this point in the history
We are now using Shimgen 2.0.0, so we need to bump the check for this
version number.
  • Loading branch information
gep13 committed Jan 16, 2023
1 parent c0302e3 commit 3778113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/chocolatey-tests/BundledApplications.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Import-Module helpers/common-helpers

Describe 'Ensuring correct version of <Name> 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 '<Name> is correctly installed' -Skip:(-not (Test-ChocolateyVersionEqualOrHigherThan $ChocolateyVersion)) {
Expand Down

0 comments on commit 3778113

Please sign in to comment.