Skip to content

Commit c1ea1d4

Browse files
Merge pull request #188 from nyanhp/commonparam
Include new ProgressAction common parameter
2 parents 730f49b + 03b3940 commit c1ea1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/tests/general/Help.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ foreach ($command in $commands) {
8787

8888
Context "Test parameter help for $commandName" {
8989

90-
$common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable'
90+
$common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable', 'ProgressAction'
9191

9292
$parameters = $command.ParameterSets.Parameters | Sort-Object -Property Name -Unique | Where-Object Name -notin $common
9393
$parameterNames = $parameters.Name

0 commit comments

Comments
 (0)