Skip to content

Commit

Permalink
revert test count
Browse files Browse the repository at this point in the history
  • Loading branch information
joelberkeley committed Jul 2, 2022
1 parent 9c617ba commit 0f07a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/TestTensor.idr
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ iidKolmogorovSmirnov samples cdf =

covering
uniform : Property
uniform = withTests 10 . property $ do
uniform = withTests 20 . property $ do
bound <- forAll (literal [5] finiteDoubles)
bound' <- forAll (literal [5] finiteDoubles)
key <- forAll (literal [] nats)
Expand Down

0 comments on commit 0f07a72

Please sign in to comment.