diff --git a/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs b/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs index 4892cbb3da5..3a5b8bd85ec 100644 --- a/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs +++ b/src/app/Fake.DotNet.Testing.Expecto/Expecto.fs @@ -48,7 +48,7 @@ type Params = then sprintf "%s%s " s value |> sb.Append else sb let appendIfNotEqual other value s (sb: StringBuilder.StringBuilder) = - if other = value + if other <> value then sprintf "%s%A " s value |> sb.Append else sb let appendList list s (sb: StringBuilder.StringBuilder) =