Skip to content

Commit 9e5e287

Browse files
committed
Change version in test
1 parent b087965 commit 9e5e287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
5555
# FindName()
5656
$res = Find-PSResource -Name "test_local_mod3" -Repository $localRepo
5757
$res.Name | Should -Be $testModuleName3
58-
$res.Version | Should -Be "5.0.0"
58+
$res.Version | Should -Be "1.0.0"
5959
}
6060

6161
It "find resource given specific Name, Version null (module) from a UNC-based local repository" {

0 commit comments

Comments
 (0)