You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.scalacheck.Gen$Choose$IllegalBoundsError: invalid bounds: low=1, high=0
at org.scalacheck.Gen$Choose$$anon$8.choose(Gen.scala:475)
at org.scalacheck.Gen$Choose$$anon$8.choose(Gen.scala:473)
at org.scalacheck.Gen$Choose$$anon$12.choose(Gen.scala:596)
at org.scalacheck.Gen$.choose(Gen.scala:637)
at org.scalacheck.time.JavaTimeChoose$$anon$2.$anonfun$choose$3(JavaTimeChoose.scala:68)
at org.scalacheck.time.JavaTimeChoose$$anon$2.$anonfun$choose$3$adapted(JavaTimeChoose.scala:55)
Looks like the case where, in #chooseInstant, epochSecond != min.getEpochSecond and epochSecond == max.getEpochSecond == 0.
The text was updated successfully, but these errors were encountered:
The minimum value of nanoseconds for both Duration and Instant should be 0, unless the second value == the minimum bound's second value. It was incorrectly encoded as 1.
Fixestypelevel#762
Version: 1.15.3
Caused by: org.scalacheck.Gen$Choose$IllegalBoundsError: invalid bounds: low=1, high=0
at org.scalacheck.Gen$Choose$$anon$8.choose(Gen.scala:475)
at org.scalacheck.Gen$Choose$$anon$8.choose(Gen.scala:473)
at org.scalacheck.Gen$Choose$$anon$12.choose(Gen.scala:596)
at org.scalacheck.Gen$.choose(Gen.scala:637)
at org.scalacheck.time.JavaTimeChoose$$anon$2.$anonfun$choose$3(JavaTimeChoose.scala:68)
at org.scalacheck.time.JavaTimeChoose$$anon$2.$anonfun$choose$3$adapted(JavaTimeChoose.scala:55)
Looks like the case where, in #chooseInstant, epochSecond != min.getEpochSecond and epochSecond == max.getEpochSecond == 0.
The text was updated successfully, but these errors were encountered: