Skip to content

Commit

Permalink
forgot to include the test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Enfinger committed Feb 16, 2022
1 parent 55b6614 commit 4b1506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Public/Install-ZertoVra.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @(
Expand Down

0 comments on commit 4b1506f

Please sign in to comment.