Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
o-l-a-v committed Sep 18, 2024
1 parent 3663cdc commit cf7cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FindPSResourceTests/FindPSResourceV2Server.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Describe 'Test HTTP Find-PSResource for V2 Server Protocol' -tags 'CI' {
$foundScript | Should -BeTrue
}

It "find all resource(s) when wildcard only for Name" {
It "find all resources when wildcard only for Name" {
$res = Find-PSResource -Name '*' -Repository $PSGalleryName
$res.Count | Should -BeGreaterThan 0
}
Expand Down

0 comments on commit cf7cf52

Please sign in to comment.