Skip to content

Commit

Permalink
Merge branch 'v5.0' of https://github.com/pester/Pester into v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 2, 2020
2 parents 4d80e14 + 8ea52f1 commit 816c964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function Invoke-Pester {
[Parameter(ParameterSetName = "Legacy")] # Legacy set for v4 compatibility during migration - deprecated
[Switch]$Strict,

[Parameter(Mandatory = $true, ParameterSetName = "Legacy")] # Legacy set for v4 compatibility during migration - deprecated
[Parameter(ParameterSetName = "Legacy")] # Legacy set for v4 compatibility during migration - deprecated
[string] $OutputFile,

[Parameter(ParameterSetName = "Legacy")] # Legacy set for v4 compatibility during migration - deprecated
Expand Down

0 comments on commit 816c964

Please sign in to comment.