Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed May 6, 2024
1 parent f44ef1e commit 6b9b1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/constrained-generators/test/Constrained/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ testAll = hspec tests
tests :: Spec
tests =
describe "constrained" $ do
testSpec "reifiesMultiple" reifiesMultiple
-- TODO: double-shrinking
testSpecNoShrink "reifiesMultiple" reifiesMultiple
testSpec "assertReal" assertReal
testSpec "assertRealMultiple" assertRealMultiple
testSpec "setSpec" setSpec
Expand Down

0 comments on commit 6b9b1c5

Please sign in to comment.