We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed45645 commit ddeab33Copy full SHA for ddeab33
test/Constrained/Tests.hs
@@ -60,7 +60,7 @@ tests :: Bool -> Spec
60
tests nightly =
61
describe "constrained" . modifyMaxSuccess (\ms -> if nightly then ms * 10 else ms) $ do
62
testSpec "complicatedEither" complicatedEither
63
- testSpec "pairCatn" pairCant
+ testSpec "pairCant" pairCant
64
-- TODO: double-shrinking
65
testSpecNoShrink "reifiesMultiple" reifiesMultiple
66
testSpec "assertReal" assertReal
0 commit comments