Skip to content

Commit

Permalink
Let function failTest all unsatisfying items
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 8, 2024
1 parent bc3d4aa commit 528155d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ARCExpect/ValidationFunctions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 528155d

Please sign in to comment.