Skip to content

Commit 1c4e7d4

Browse files
committed
clean up code
1 parent 02ab696 commit 1c4e7d4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1

-11
Original file line numberDiff line numberDiff line change
@@ -242,17 +242,6 @@ Describe 'Test HTTP Find-PSResource for ACR Server Protocol' -tags 'CI' {
242242
$res.ReleaseNotes.Length | Should -Not -Be 0
243243
$res.Tags.Length | Should -Be 5
244244
}
245-
246-
It "Install script with companyname, copyright, and repository source location and validate" {
247-
Install-PSResource -Name "Install-VSCode" -Version "1.4.2" -Repository $PSGalleryName -TrustRepository
248-
249-
$res = Get-InstalledPSResource "Install-VSCode" -Version "1.4.2"
250-
$res.Name | Should -Be "Install-VSCode"
251-
$res.Version | Should -Be "1.4.2"
252-
$res.CompanyName | Should -Be "Microsoft Corporation"
253-
$res.Copyright | Should -Be "(c) Microsoft Corporation"
254-
$res.RepositorySourceLocation | Should -Be $PSGalleryUri
255-
}
256245
}
257246

258247
Describe 'Test Find-PSResource for MAR Repository' -tags 'CI' {

0 commit comments

Comments
 (0)