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" {