Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit ceed413

Browse files
committed
Corrected function names in examples
Corrected documentation bugs in the help examples for Get-OperationValidation and Invoke-OperationValidation.
1 parent 67e89b4 commit ceed413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/OperationValidation/OperationValidation.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The type of tests to retrieve, this may be either "Simple", "Comprehensive"
120120
or Both ("Simple,Comprehensive"). "Simple,Comprehensive" is the default.
121121
122122
.EXAMPLE
123-
PS> get-operationtest -ModuleName C:\temp\modules\AddNumbers
123+
PS> Get-OperationValidation -ModuleName C:\temp\modules\AddNumbers
124124
125125
Type: Simple
126126
File: addnum.tests.ps1
@@ -269,7 +269,7 @@ The type of tests to invoke, this may be either "Simple", "Comprehensive"
269269
or Both ("Simple,Comprehensive"). "Simple,Comprehensive" is the default.
270270
271271
.EXAMPLE
272-
PS> Get-OperationTest -ModuleName operationtest | invoke-operationtest
272+
PS> Get-OperationValidation -ModuleName OperationValidation | Invoke-OperationValidation -IncludePesterOutput
273273
Describing Simple Test Suite
274274
[+] first Operational test 20ms
275275
[+] second Operational test 19ms

0 commit comments

Comments
 (0)