diff --git a/Tests/ZertoApiWrapper.Tests.ps1 b/Tests/ZertoApiWrapper.Tests.ps1 index b2300af..bcbb9ca 100644 --- a/Tests/ZertoApiWrapper.Tests.ps1 +++ b/Tests/ZertoApiWrapper.Tests.ps1 @@ -8,7 +8,7 @@ Describe "Module: $module" -Tags 'Unit' { Context "Module Configuration" { - It "Has a rood module file ($module.psm1)" { + It "Has a root module file ($module.psm1)" { "$modulePath\$module.psm1" | should -Exist }