From 814d5dee0bd0cb81fb8b1b1f4c9cc2242b4b366a Mon Sep 17 00:00:00 2001 From: Cory Knox Date: Fri, 30 Aug 2024 15:14:03 -0700 Subject: [PATCH] fixup! (#3461,#3487) Add pester tests for dependencies --- tests/pester-tests/commands/choco-install.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pester-tests/commands/choco-install.Tests.ps1 b/tests/pester-tests/commands/choco-install.Tests.ps1 index 719c0e1a5a..cbac68a900 100644 --- a/tests/pester-tests/commands/choco-install.Tests.ps1 +++ b/tests/pester-tests/commands/choco-install.Tests.ps1 @@ -2129,7 +2129,7 @@ To install a local, or remote file, you may use: } } - Context 'Installing a package with argument () should () downgrade an existing package dependency.' -Tag Downgrade, StopOnFirstPackageFailure -ForEach @( + Context 'Installing a package with argument () and StopOnFirstPackageFailure enabled should () downgrade an existing package dependency and correctly handle installpackage.' -Tag Downgrade, StopOnFirstPackageFailure -ForEach @( @{ Argument = '--force' AllowsDowngrade = $true