Skip to content

Commit 9dca504

Browse files
committed
Fix spelling error
1 parent bb87962 commit 9dca504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/PublishPSResourceTests/PublishPSResource.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
271271
New-ModuleManifest -Path (Join-Path -Path $script:DependencyModuleBase -ChildPath "$script:DependencyModuleName.psd1") -ModuleVersion $dependencyVersion -Description "$script:DependencyModuleName module"
272272

273273
Publish-PSResource -Path $script:DependencyModuleBase -Repository $testRepository2
274-
$pkg1 = Find-PSResouce $script:DependencyModuleName -Repository $testRepository2
274+
$pkg1 = Find-PSResource $script:DependencyModuleName -Repository $testRepository2
275275
$pkg1 | Should -Not -BeNullOrEmpty
276276
$pkg1.Version | Should -Be $dependencyVersion
277277

@@ -281,7 +281,7 @@ Describe "Test Publish-PSResource" -tags 'CI' {
281281

282282
Publish-PSResource -Path $script:PublishModuleBase -Repository $testRepository2
283283

284-
$pkg2 = Find-PSResouce $script:DependencyModuleName -Repository $testRepository2
284+
$pkg2 = Find-PSResource $script:DependencyModuleName -Repository $testRepository2
285285
$pkg2 | Should -Not -BeNullOrEmpty
286286
$pkg2.Version | Should -Be $dependencyVersion
287287
}

0 commit comments

Comments
 (0)