Skip to content

Commit 278c194

Browse files
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a8a2d71 commit 278c194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/InstallPSResourceTests/InstallPSResourceRepositorySearching.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Describe 'Test Install-PSResource for searching and looping through repositories
4444
$res.Repository | Should -Be $localRepoName
4545
}
4646

47-
It "install resources from hightest priority repository where it exists and not write errors for repositories where it does not exist (without -Repository specified)" {
47+
It "install resources from highest priority repository where it exists and not write errors for repositories where it does not exist (without -Repository specified)" {
4848
# Package "test_script" exists in the following repositories: PSGallery, NuGetGallery
4949
# Package does not exist on MAR, and should not emit an error when found in a lower priority repository
5050
Install-PSResource -Name $testScriptName -TrustRepository -SkipDependencyCheck -ErrorVariable err -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)