Skip to content

Commit

Permalink
(TEMP) rebase into pinning packages commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Sep 23, 2022
1 parent c78ca1c commit e38e974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/chocolatey-tests/commands/choco-install.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ Describe "choco install" -Tag Chocolatey, InstallCommand {
@{ Command = '--pin' ; Package = 'installpackage' ; Contains = $true }
@{ Command = '' ; Package = 'installpackage' ; Contains = $false }
@{ Command = '' ; Package = 'packages.config' ; Contains = $true }
) -Tag Mine {
) {
BeforeAll {
Restore-ChocolateyInstallSnapshot -SetWorkDir

Expand Down
2 changes: 1 addition & 1 deletion tests/chocolatey-tests/commands/choco-upgrade.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Describe "choco upgrade" -Tag Chocolatey, UpgradeCommand {
Context "Upgrade package with (<Command>) specified" -ForEach @(
@{ Command = '--pin' ; Contains = $true }
@{ Command = '' ; Contains = $false }
) -tag mine {
) {
BeforeAll {
Restore-ChocolateyInstallSnapshot -SetWorkDir

Expand Down

0 comments on commit e38e974

Please sign in to comment.