> Arg 0: 0L (shrunk from 23) > Arg 1: 1L ...
# kotest
s
Arg 0: 0L (shrunk from 23)
Arg 1: 1L (shrunk from 96)
I’m seeing the above error message from the following
Arb.long(20, 40), Arb.long(90, 100)
. Is it expected that the values get shrunk outside of the allowed range?
Seems that
Arb.list
does this correctly, so I created a ticket for it. https://github.com/kotest/kotest/issues/1535
👍🏻 1