@@ -84,7 +84,7 @@ Describe "Regression test for #84: Multiple Aliases per command will Export" -Ta
84
84
$Metadata = Import-Metadata $Output.Path
85
85
86
86
It " Should update AliasesToExport in the manifest" {
87
- $Metadata.AliasesToExport | Should - Be @ (" GS" , " GSou" , " SS" , " SSou" )
87
+ $Metadata.AliasesToExport | Should - Be @ (" Get-MyAlias " , " GS" , " GSou" , " SS" , " SSou" )
88
88
}
89
89
}
90
90
@@ -118,7 +118,7 @@ Describe "Supports building without a build.psd1" -Tag Integration {
118
118
}
119
119
120
120
It " Should update AliasesToExport in the manifest" {
121
- $Build.Metadata.AliasesToExport | Should - Be @ (" GS" , " GSou" , " SS" , " SSou" )
121
+ $Build.Metadata.AliasesToExport | Should - Be @ (" Get-MyAlias " , " GS" , " GSou" , " SS" , " SSou" )
122
122
}
123
123
124
124
It " Should update FunctionsToExport in the manifest" {
@@ -168,7 +168,7 @@ Describe "Defaults to VersionedOutputDirectory" -Tag Integration {
168
168
}
169
169
170
170
It " Should update AliasesToExport in the manifest" {
171
- $Build.Metadata.AliasesToExport | Should - Be @ (" GS" , " GSou" , " SS" , " SSou" )
171
+ $Build.Metadata.AliasesToExport | Should - Be @ (" Get-MyAlias " , " GS" , " GSou" , " SS" , " SSou" )
172
172
}
173
173
174
174
It " Should update FunctionsToExport in the manifest" {
@@ -205,7 +205,7 @@ Describe "Supports building discovering the module without a build.psd1" -Tag In
205
205
}
206
206
207
207
It " Should update AliasesToExport in the manifest" {
208
- $Build.Metadata.AliasesToExport | Should - Be @ (" GS" , " GSou" , " SS" , " SSou" )
208
+ $Build.Metadata.AliasesToExport | Should - Be @ (" Get-MyAlias " , " GS" , " GSou" , " SS" , " SSou" )
209
209
}
210
210
211
211
It " Should update FunctionsToExport in the manifest" {
0 commit comments