Update test to call proper command.

This commit is contained in:
Wes Carroll
2019-02-24 20:36:17 -05:00
parent 89bb9704df
commit b1d5297cd1
+1 -1
View File
@@ -17,6 +17,6 @@ Describe "Set-ZertoAlert" {
"$filePath\$fileName" | should exist
}
it "module should have a function called Set-ZertoAlert" {
get-command Connect-ZertoServer | should be $true
get-command Set-ZertoAlert | should be $true
}
}