forgot to include the test changes
This commit is contained in:
@@ -6,7 +6,7 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
|
||||
|
||||
Context "$global:function::Parameter Unit Tests" {
|
||||
It "$global:function should have exactly 24 parameters defined" {
|
||||
(Get-Command $global:function).Parameters.Count | Should -Be 24
|
||||
(Get-Command $global:function).Parameters.Count | Should -Be 25
|
||||
}
|
||||
|
||||
$ParameterTestCases = @(
|
||||
|
||||
Reference in New Issue
Block a user