Skip to content

Commit fc5a264

Browse files
committed
Merge branch 'addAdoCredProvider' of https://github.com/powershell/PSResourceGet into addAdoCredProvider
2 parents 992af99 + f001264 commit fc5a264

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/FindPSResourceTests/FindPSResourceContainerRegistryServer.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ Describe 'Test Find-PSResource for MAR Repository' -tags 'CI' {
288288
It "Should find Azpreview resource and it's dependency given specific Name and Version" {
289289
$res = Find-PSResource -Name "Azpreview" -Version "13.2.0" -Repository "MAR"
290290
$res.Dependencies.Length | Should -Not -Be 0
291+
}
292+
291293
It "Should find resource with wildcard in Name" {
292294
$res = Find-PSResource -Name "Az.App*" -Repository "MAR"
293295
$res | Should -Not -BeNullOrEmpty

0 commit comments

Comments
 (0)