Skip to content

Commit

Permalink
Update test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi authored Nov 12, 2024
1 parent 99a8588 commit 5b359ca
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 @@ -61,7 +61,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
}

It "find resource given specific Name with incorrect casing and Version (should return correct casing)" {
# FindName()
# FindVersion()
$res = Find-PSResource -Name "test_local_mod3" -Version "1.0.0" -Repository $localRepo
$res.Name | Should -Be $testModuleName3
$res.Version | Should -Be "1.0.0"
Expand Down

0 comments on commit 5b359ca

Please sign in to comment.