Skip to content

Commit

Permalink
Test that we produce a certain # of spans.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Jul 8, 2020
1 parent 500d0c3 commit 3aebe3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Data/IntervalSet/Test.hs
Expand Up @@ -37,7 +37,8 @@ tests = map checkParallel
assert $ inf i <= sup i)
, ("coverage", verifiedTermination . withConfidence (10^(6 :: Int)) . property $ do
i <- forAll gi
cover 5 "point" (inf i == sup i))
cover 5 "point" (inf i == sup i)
cover 20 "span" (inf i < sup i))
]
]
where
Expand Down

0 comments on commit 3aebe3d

Please sign in to comment.