Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 0655a0c

Browse files
committed
Fixing test
1 parent 80ec599 commit 0655a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/PSGetUpdateModuleManifest.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Describe PowerShell.PSGet.UpdateModuleManifest -Tags 'BVT','InnerLoop' {
155155
#
156156
It UpdateModuleManifestWithNoAdditionalParameters3 {
157157

158-
New-ModuleManifest -Path $script:testManifestPath -ModuleVersion '1.0' -FunctionsToExport 'function1' -NestedModules 'module1' -AliasesToExport 'alias1'
158+
New-ModuleManifest -Path $script:testManifestPath -ModuleVersion '1.0' -FunctionsToExport 'function1' -NestedModules 'Microsoft.PowerShell.Management' -AliasesToExport 'alias1'
159159
Update-ModuleManifest -Path $script:testManifestPath
160160

161161
Import-LocalizedData -BindingVariable ModuleManifestHashTable `
@@ -989,4 +989,4 @@ Describe PowerShell.PSGet.UpdateModuleManifest -Tags 'BVT','InnerLoop' {
989989
Assert ($newModuleInfo.CompatiblePSEditions -contains $CompatiblePSEditions[1]) "CompatiblePSEditions should include $($CompatiblePSEditions[1])"
990990
} `
991991
-Skip:$($PSVersionTable.PSVersion -lt '5.1.0')
992-
}
992+
}

0 commit comments

Comments
 (0)