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

Commit 7f2acc1

Browse files
committed
Merge pull request #1 from mikefrobbins/master
Corrected function names in examples
2 parents a14dd2f + ceed413 commit 7f2acc1

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
@@ -284,7 +284,7 @@ The type of tests to invoke, this may be either "Simple", "Comprehensive"
284284
or Both ("Simple,Comprehensive"). "Simple,Comprehensive" is the default.
285285
286286
.EXAMPLE
287-
PS> Get-OperationTest -ModuleName operationtest | invoke-operationtest
287+
PS> Get-OperationValidation -ModuleName OperationValidation | Invoke-OperationValidation -IncludePesterOutput
288288
Describing Simple Test Suite
289289
[+] first Operational test 20ms
290290
[+] second Operational test 19ms

0 commit comments

Comments
 (0)