Skip to content

Commit

Permalink
fixup! (chocolatey#1310) Add Pester test to validate output
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed May 28, 2024
1 parent 53348ab commit 85e3c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pester-tests/commands/choco-info.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Remove-NuGetPaths
Initialize-ChocolateyTestInstall -Source $PSScriptRoot\testpackages

$Setup = Invoke-Choco install installpackage --package-parameters="bob" --user="bill" --password="secure-password" --confirm
$Setup = Invoke-Choco install installpackage --package-parameters="bob" --password="secure-password" --confirm
$Setup.ExitCode | Should -Be 0 -Because $Setup.String

# This is some troubleshooting code...
Expand Down

0 comments on commit 85e3c2d

Please sign in to comment.