Skip to content

Commit

Permalink
Shrinks forever
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi committed Mar 18, 2018
1 parent 74adcc2 commit d0d5794
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 @@ -51,7 +51,7 @@ genSnippedS = do
where m = S.length bs - n

genPackedS :: Gen ByteString
genPackedS = S.replicate <$> Gen.int (Range.linear 0 (maxSafeBsSize + 2000)) <*> Gen.enumBounded
genPackedS = S.pack <$> Gen.list (Range.linear 0 (maxSafeBsSize + 2000)) Gen.enumBounded

-- | FIXME: Some larger inputs break the parser.
-- See https://github.com/sjakobi/bsb-http-chunked/issues/9
Expand Down

0 comments on commit d0d5794

Please sign in to comment.