Update test description

This commit is contained in:
Wes Carroll
2019-07-21 11:56:03 -04:00
parent 202c865fe8
commit e1720dd4f7
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ 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 12 parameters defined" {
(get-command $global:function).Parameters.Count | Should -Be 12 (get-command $global:function).Parameters.Count | Should -Be 12
} }
+1 -1
View File
@@ -6,7 +6,7 @@ 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 12 parameters defined" {
(get-command $global:function).Parameters.Count | Should -Be 12 (get-command $global:function).Parameters.Count | Should -Be 12
} }