Skip to content

v4.6.2

Compare
Choose a tag to compare
@sksamuel sksamuel released this 03 Sep 14:43
· 1643 commits to master since this release
Fix issue #2369 with Arb.localDate (#2370)

Arb.localDate doesn’t take into account the date/month portion of the
specified minDatex. So when you specify minDate that is after the
default edge case date, it will (intermittently) fail. Here’s an example
Arb.localDate(minDate = LocalDate.now().plusDays(10)) will generate a
2021-02-28 date.