From b1d5297cd1f949253865c107d6cadde3e6ef05ca Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 24 Feb 2019 20:36:17 -0500 Subject: [PATCH] Update test to call proper command. --- Tests/Public/Set-ZertoAlert.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Public/Set-ZertoAlert.Tests.ps1 b/Tests/Public/Set-ZertoAlert.Tests.ps1 index adb2af4..8f440fa 100644 --- a/Tests/Public/Set-ZertoAlert.Tests.ps1 +++ b/Tests/Public/Set-ZertoAlert.Tests.ps1 @@ -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 } } \ No newline at end of file