We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b087965 commit 9e5e287Copy full SHA for 9e5e287
test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1
@@ -55,7 +55,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
55
# FindName()
56
$res = Find-PSResource -Name "test_local_mod3" -Repository $localRepo
57
$res.Name | Should -Be $testModuleName3
58
- $res.Version | Should -Be "5.0.0"
+ $res.Version | Should -Be "1.0.0"
59
}
60
61
It "find resource given specific Name, Version null (module) from a UNC-based local repository" {
0 commit comments