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.
2 parents 0fdc520 + 03de110 commit eb81d98Copy full SHA for eb81d98
src/main/scala/stdlib/TypeSignatures.scala
@@ -41,7 +41,7 @@ object TypeSignatures extends FlatSpec with Matchers with org.scalaexercises.def
41
}
42
43
val intRand = new IntRandomizer
44
- (intRand.draw < Int.MaxValue) should be(res0)
+ (intRand.draw <= Int.MaxValue) should be(res0)
45
46
47
/** Class meta-information can be retrieved by class name by using `classOf[className]`:
0 commit comments