Skip to content

Commit

Permalink
change casing of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anamnavi committed Nov 11, 2024
1 parent 949c26a commit 4d9ff43
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 @@ -12,7 +12,7 @@ Describe 'Test Find-PSResource for local repositories' -tags 'CI' {
BeforeAll{
$localRepo = "psgettestlocal"
$localUNCRepo = 'psgettestlocal3'
$testModuleName = "test_local_mod"
$testModuleName = "test_Local_Mod"
$testModuleName2 = "test_local_mod2"
$testModuleName3 = "Test_Local_Mod3"
$similarTestModuleName = "test_local_mod.similar"
Expand Down

0 comments on commit 4d9ff43

Please sign in to comment.