Skip to content

Commit

Permalink
Fix copy-paste error in haddock for assertBool
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Oct 17, 2024
1 parent bcad401 commit 74bcde4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ assertFailure = liftIO . H.assertFailure
assertColorFailure :: HasCallStack => String -> IO a
assertColorFailure = liftIO . H.assertColorFailure

-- | Just like `expectationBool`, but does not force the return type to unit. Lifted
-- version of `H.assertBool`
-- | Lifted version of `H.assertBool`
assertBool :: (HasCallStack, MonadIO m) => String -> Bool -> m ()
assertBool msg = liftIO . H.assertBool msg

Expand Down

0 comments on commit 74bcde4

Please sign in to comment.