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

Commit 06a6105

Browse files
committed
Fixing test
1 parent 8dbf799 commit 06a6105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PSGetUpdateModuleManifest.Tests.ps1

Lines changed: 1 addition & 1 deletion
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 `

0 commit comments

Comments
 (0)