You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -931,7 +931,7 @@ Describe 'Test Find-PSResource for searching and looping through repositories' -
931
931
$err| Should -HaveCount 1
932
932
$err[0].FullyQualifiedErrorId | Should -BeExactly "WildcardsUnsupportedForCommandNameorDSCResourceName,Microsoft.PowerShell.PSResourceGet.Cmdlets.FindPSResource"
933
933
934
-
$res.Count| Should -BeGreaterOrEqual 9
934
+
$res.Count| Should -BeGreaterOrEqual 1
935
935
$pkgFoundFromLocalRepo=$false
936
936
$pkgFoundFromPSGallery=$false
937
937
@@ -955,7 +955,7 @@ Describe 'Test Find-PSResource for searching and looping through repositories' -
955
955
956
956
It "find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)" {
0 commit comments