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