From bd1fe15d3e19e561cb40f15a9f11d0f1788ad395 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 5 Apr 2019 12:05:15 -0400 Subject: [PATCH] Fix Typo --- Tests/ZertoApiWrapper.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }