We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c8a66 commit 4848ee8Copy full SHA for 4848ee8
jvm/src/test/scala/org/scalacheck/GenSpecification.scala
@@ -54,7 +54,7 @@ object GenSpecification extends Properties("Gen") with GenSpecificationVersionSp
54
forAll(g) { n => true }
55
}
56
57
- property("frequency 3") = forAll(choose(0,100000)) { n =>
+ property("frequency 3") = forAll(choose(1,100000)) { n =>
58
forAll(frequency(List.fill(n)((1,const(0))): _*)) { _ == 0 }
59
60
0 commit comments