From af86d6ddae624c3b4317e913abb31e5a4cf4a70d Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 24 Feb 2019 21:02:03 -0500 Subject: [PATCH] fix test name --- Tests/Private/Get-ZertoApiFilter.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Private/Get-ZertoApiFilter.Tests.ps1 b/Tests/Private/Get-ZertoApiFilter.Tests.ps1 index 4857554..470c8e5 100644 --- a/Tests/Private/Get-ZertoApiFilter.Tests.ps1 +++ b/Tests/Private/Get-ZertoApiFilter.Tests.ps1 @@ -14,7 +14,7 @@ Describe "Get-ZertoApiFilter" { it "one item test" { Get-ZertoApiFilter -filtertable $oneItemTest | should be "?OneItem=Test" } - it "twoItemTest" { + it "two item test" { Get-ZertoApiFilter -filtertable $twoItemTest | should be "?OneItem=Test&SecondItem=Yours" } it "bool item test" {