diff --git a/WoofWare.Expect/Builder.fs b/WoofWare.Expect/Builder.fs index 9e5996a..39b039f 100644 --- a/WoofWare.Expect/Builder.fs +++ b/WoofWare.Expect/Builder.fs @@ -529,7 +529,7 @@ type ExpectBuilder (mode : Mode) = if snapshot <> actual then let diff = Diff.patienceLines (Array.ofList snapshot) (Array.ofList actual) - |> Diff.formatWithLineNumbers + |> Diff.format match mode with | Mode.Assert ->