From 528155d1210386d7020c89194264f9750514d132 Mon Sep 17 00:00:00 2001 From: omaus Date: Fri, 8 Mar 2024 17:57:03 +0100 Subject: [PATCH] Let function failTest all unsatisfying items --- src/ARCExpect/ValidationFunctions.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ARCExpect/ValidationFunctions.fs b/src/ARCExpect/ValidationFunctions.fs index b0e75cd..aebf7db 100644 --- a/src/ARCExpect/ValidationFunctions.fs +++ b/src/ARCExpect/ValidationFunctions.fs @@ -165,6 +165,7 @@ module Validate = if predicate en.Current |> not then ErrorMessage.ofIParam $"does not satisfy predicate" en.Current |> Expecto.Tests.failtestNoStackf "%s" + loop () else loop () | false -> () loop ()