We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a9e659 + 56874d2 commit 9e183a7Copy full SHA for 9e183a7
tests/pester-tests/chocolatey.Tests.ps1
@@ -262,7 +262,7 @@ exit $error.count
262
BeforeAll {
263
Restore-ChocolateyInstallSnapshot
264
265
- Enable-ChocolateySource -Name hermes
+ Enable-ChocolateySource -Name hermes-setup
266
267
Invoke-Choco install chocolatey-license-business
268
}
@@ -285,7 +285,7 @@ exit $error.count
285
286
287
288
289
290
$result = Invoke-Choco install chocolatey-license-business
291
$LicenseFolder = "$env:ChocolateyInstall\lib\chocolatey-license-business\tools"
0 commit comments