From 5b359caa71350beb35f0e75185a781f507094e90 Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Tue, 12 Nov 2024 17:59:05 -0500 Subject: [PATCH] Update test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 --- test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 b/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 index 52bf30b2c..b89a245ee 100644 --- a/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 +++ b/test/FindPSResourceTests/FindPSResourceLocal.Tests.ps1 @@ -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"