Skip to content

Commit

Permalink
Add missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Oct 28, 2024
1 parent a748b43 commit 56a1a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ Describe 'Test Install-PSResource for local repositories' -tags 'CI' {
Write-Verbose -Verbose "Command Name: $($command.Name)"
Write-Verbose -Verbose "Command Type: $($command.CommandType)"
Write-Verbose -Verbose "----------------------------------"
}
}

$pkg | Should -BeNullOrEmpty
$ev.Count | Should -Be 1
$ev[0] | Should -Be "'testModuleClobber2' package could not be installed with error: The following commands are already available on this system: 'Test-Cmdlet1, Test-Cmdlet1'. This module 'testModuleClobber2' may override the existing commands. If you still want to install this module 'testModuleClobber2', remove the -NoClobber parameter."
Expand Down

0 comments on commit 56a1a3a

Please sign in to comment.