Skip to content

Commit 2dcfe17

Browse files
Update test/Constrained/Tests.hs
Co-authored-by: Lucsanszky <[email protected]>
1 parent 828c32e commit 2dcfe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constrained/Tests.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tests :: Bool -> Spec
6060
tests nightly =
6161
describe "constrained" . modifyMaxSuccess (\ms -> if nightly then ms * 10 else ms) $ do
6262
testSpec "complicatedEither" complicatedEither
63-
testSpec "pairCatn" pairCant
63+
testSpec "pairCant" pairCant
6464
-- TODO: double-shrinking
6565
testSpecNoShrink "reifiesMultiple" reifiesMultiple
6666
testSpec "assertReal" assertReal

0 commit comments

Comments
 (0)