Skip to content

Commit

Permalink
not . not == id
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Mar 2, 2024
1 parent eb346fe commit ffb1e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluefin-internal/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down

0 comments on commit ffb1e9a

Please sign in to comment.