equelin/Format-Pester

The parameter Format is required even if DumpPScriboObject is used

it-praktyk opened this issue · 1 comments

The line

[Parameter(Mandatory = $false, ParameterSetName = 'AllParamSet')]

should be removed from declaration of the parameter DumpPScriboObject.

Fixed by #33