Skip to content

Commit 56a1a3a

Browse files
committed
Add missing }
1 parent a748b43 commit 56a1a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/InstallPSResourceTests/InstallPSResourceLocal.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ Describe 'Test Install-PSResource for local repositories' -tags 'CI' {
173173
Write-Verbose -Verbose "Command Name: $($command.Name)"
174174
Write-Verbose -Verbose "Command Type: $($command.CommandType)"
175175
Write-Verbose -Verbose "----------------------------------"
176+
}
176177
}
177-
178+
178179
$pkg | Should -BeNullOrEmpty
179180
$ev.Count | Should -Be 1
180181
$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."

0 commit comments

Comments
 (0)