Update to new test format

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