Update Parameter Counts

This commit is contained in:
Wes Carroll
2019-07-21 12:23:27 -04:00
parent 9be00e68b1
commit efea494475
2 changed files with 4 additions and 4 deletions
@@ -6,8 +6,8 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
Context "$global:function::Parameter Unit Tests" { Context "$global:function::Parameter Unit Tests" {
it "$global:function should have exactly 16 parameters defined" { it "$global:function should have exactly 15 parameters defined" {
(get-command $global:function).Parameters.Count | Should -Be 16 (get-command $global:function).Parameters.Count | Should -Be 15
} }
$ParameterTestCases = @( $ParameterTestCases = @(
@@ -6,8 +6,8 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
Context "$global:function::Parameter Unit Tests" { Context "$global:function::Parameter Unit Tests" {
it "$global:function should have exactly 15 parameters defined" { it "$global:function should have exactly 16 parameters defined" {
(get-command $global:function).Parameters.Count | Should -Be 15 (get-command $global:function).Parameters.Count | Should -Be 16
} }
$ParameterTestCases = @( $ParameterTestCases = @(