Tags: dorocoder/kotest
Tags
Added testCoroutineDispatcher to project config kotest#2693 (kotest#2696 )
Fix issue kotest#2369 with Arb.localDate (kotest#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.
PreviousNext