Skip to content

Commit

Permalink
Change version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Oct 29, 2024
1 parent b087965 commit 9e5e287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
# FindName()
$res = Find-PSResource -Name "test_local_mod3" -Repository $localRepo
$res.Name | Should -Be $testModuleName3
$res.Version | Should -Be "5.0.0"
$res.Version | Should -Be "1.0.0"
}

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

0 comments on commit 9e5e287

Please sign in to comment.