Skip to content

Commit

Permalink
Fix register PSGallery test clean-up (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Feb 13, 2023
1 parent 45daaab commit 63d5656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Register-PackageSource.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Describe Register-Package {

AfterAll {
try {
Register-PSResourceRepository -Name PSGallery
Register-PSResourceRepository -PSGallery
}
catch {
Write-Verbose -Message 'PSGallery already registered.'
Expand Down

0 comments on commit 63d5656

Please sign in to comment.