Skip to content

Commit

Permalink
Merge branch 'local-naming-bugfix' of https://github.com/PowerShell/P…
Browse files Browse the repository at this point in the history
…SResourceGet into local-naming-bugfix
  • Loading branch information
anamnavi committed Nov 20, 2024
2 parents 197b6df + 5b359ca commit 80d568f
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 80d568f

Please sign in to comment.