Skip to content

Commit

Permalink
fixup! (chocolatey#3461,chocolatey#3487) Add pester tests for depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
corbob authored and AdmiringWorm committed Sep 27, 2024
1 parent 53264d2 commit acdf0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pester-tests/commands/choco-install.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ To install a local, or remote file, you may use:
}
}

Context 'Installing a package with argument (<Argument>) should (<AllowsDowngrade>) downgrade an existing package dependency.' -Tag Downgrade, StopOnFirstPackageFailure -ForEach @(
Context 'Installing a package with argument (<Argument>) and StopOnFirstPackageFailure enabled should (<AllowsDowngrade>) downgrade an existing package dependency and correctly handle installpackage.' -Tag Downgrade, StopOnFirstPackageFailure -ForEach @(
@{
Argument = '--force'
AllowsDowngrade = $true
Expand Down

0 comments on commit acdf0ba

Please sign in to comment.