just in case this helps anyone - discovered a bug ...
# kotest
s
just in case this helps anyone - discovered a bug today in the Arb.bigDecimal(min: BigDecimal, max: BigDecimal) method where it doesn't actually use the min and max as random number seed - which basically means your test will hang indefinitely. check this out: (not a contribution)