From ffb1e9a0c0dc81795bdf918cfbc2d312a87474e9 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 2 Mar 2024 11:27:06 +0000 Subject: [PATCH] not . not == id --- bluefin-internal/test/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluefin-internal/test/Main.hs b/bluefin-internal/test/Main.hs index f6dcbd0..3e445a8 100644 --- a/bluefin-internal/test/Main.hs +++ b/bluefin-internal/test/Main.hs @@ -77,7 +77,7 @@ runTests f y = do Just _ -> False Nothing -> True - tell passedAllSoFar (All (not (not passed))) + tell passedAllSoFar (All passed) let mark = if passed then "✓" else "✗"