Skip to content

Commit 245ea69

Browse files
committed
maxSize = 20
1 parent 35f87ad commit 245ea69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/test/scala/fj/Tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object Tests {
2929

3030
def run(tests: List[(String, Prop)]) =
3131
tests foreach { case (name, p) => {
32-
val c = check(new Test.Parameters.Default { }, p)
32+
val c = check(new Test.Parameters.Default { override val maxSize = 20 }, p)
3333
c.status match {
3434
case Test.Passed => println("Passed " + name)
3535
case Test.Proved(_) => println("Proved " + name)

0 commit comments

Comments
 (0)