Skip to content

Commit

Permalink
removed assertBool
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Feb 18, 2023
1 parent 8957510 commit d33dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Approx
import Data.Complex
import Math.NevilleTheta
import Test.Tasty (defaultMain, testGroup)
import Test.Tasty.HUnit (assertBool, testCase)
import Test.Tasty.HUnit (testCase)

i_ :: Complex Double
i_ = 0.0 :+ 1.0
Expand Down

0 comments on commit d33dee6

Please sign in to comment.