undid failing test

This commit is contained in:
Zachary Folwick 2015-08-04 11:19:41 -07:00
parent df8722dfc8
commit f86f856ba6

View file

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