Skip to content

Commit cf5e0cf

Browse files
Fix brace in test
1 parent afebba7 commit cf5e0cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/PublishPSResourceTests/PublishPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
517517
$results[0].Version | Should -Be $version
518518
}
519519

520-
It "not Publish a resource when ModulePrefix is given for a Repository that is not of type ContainerRegistry"
521-
{
520+
It "not Publish a resource when ModulePrefix is given for a Repository that is not of type ContainerRegistry" {
522521
$version = "1.0.0"
523522
$modulePrefix = "unlisted"
524523
New-ModuleManifest -Path (Join-Path -Path $script:PublishModuleBase -ChildPath "$script:PublishModuleName.psd1") -ModuleVersion $version -Description "$script:PublishModuleName module"

0 commit comments

Comments
 (0)