File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/PublishPSResourceTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments