Skip to content

Commit 8741a2e

Browse files
corbobAdmiringWorm
andauthored
Update tests/chocolatey-tests/commands/choco-outdated.Tests.ps1
Co-authored-by: Kim J. Nordmo <kim@chocolatey.io>
1 parent 3df174a commit 8741a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chocolatey-tests/commands/choco-outdated.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Describe "choco outdated" -Tag Chocolatey, OutdatedCommand {
44
BeforeAll {
55
Initialize-ChocolateyTestInstall
6-
New-ChocolateyInstallSnapshot
76
# Pin all of the Chocolatey packages
87
@(
98
'chocolatey'
@@ -16,6 +15,7 @@ Describe "choco outdated" -Tag Chocolatey, OutdatedCommand {
1615
$null = Invoke-Choco pin add -n $_
1716
}
1817
Invoke-Choco install upgradepackage --version 1.0.0 --confirm
18+
New-ChocolateyInstallSnapshot
1919
}
2020

2121
AfterAll {

0 commit comments

Comments
 (0)