From f86f856ba686de7ec265234805d91d163a855136 Mon Sep 17 00:00:00 2001 From: Zachary Folwick Date: Tue, 4 Aug 2015 11:19:41 -0700 Subject: [PATCH] undid failing test --- src/pester-tests/Test-Format-Table.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pester-tests/Test-Format-Table.Tests.ps1 b/src/pester-tests/Test-Format-Table.Tests.ps1 index 1b00333ff..67648f3c3 100644 --- a/src/pester-tests/Test-Format-Table.Tests.ps1 +++ b/src/pester-tests/Test-Format-Table.Tests.ps1 @@ -12,7 +12,7 @@ $val.TypeName | Should Match "Microsoft.Powershell.Commands.Internal.Format" - $val2.TypeName | Should Not Match "Microsoft.Powershell.Commands.Internal.Format" + $val2.TypeName | Should Match "Microsoft.Powershell.Commands.Internal.Format" } It "Should be able to be called with optional parameters" {