From 4dfd862ebeadf18ab5074dd3b2f330c62811e2a3 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:53:30 +0100 Subject: [PATCH] Rem line numbers --- WoofWare.Expect/Builder.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ->