Skip to content

Commit 1cdc5d2

Browse files
authored
Made docs for Invoke-ManualPester match the ValidateSet on Show. (#10147)
1 parent 11d67a0 commit 1cdc5d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

private/testing/Invoke-ManualPester.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Invoke-ManualPester {
1414
1515
.PARAMETER Show
1616
Gets passed down to Pester's -Show parameter (useful if you want to reduce verbosity)
17-
Valid values are: None, Default, Passed, Failed, Pending, Skipped, Inconclusive, Describe, Context, Summary, Header, All, Fails
17+
Valid values are: None, Normal, Detailed, Diagnostic
1818
1919
.PARAMETER PassThru
2020
Gets passed down to Pester's -PassThru parameter (useful if you want to return an object to analyze)
@@ -346,4 +346,4 @@ function Invoke-ManualPester {
346346
}
347347
}
348348
}
349-
}
349+
}

0 commit comments

Comments
 (0)