Skip to content

Commit

Permalink
Reverse hunk test_multiSplitSound (#6324)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikolaos Bezirgiannis <[email protected]>
  • Loading branch information
bezirg and bezirg authored Jul 23, 2024
1 parent 65f6714 commit 3461df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test_multiSplitSound =
, ("multiSplit0", multiSplit0 0.1)
]
pure . testProperty name $ \(xs :: [Int]) ->
withMaxSuccess 100 . forAll (split xs) $ \aSplit ->
withMaxSuccess 10000 . forAll (split xs) $ \aSplit ->
xs === concat aSplit

-- | Show the distribution of lists generated by a split function for a list of the given length.
Expand Down

0 comments on commit 3461df2

Please sign in to comment.