I've just been caught out by the fact that api-tools defines an orphan instance Arbitrary UTCTime with a limited range of values. We should either not use an orphan at all, use quickcheck-instances rather than defining it ourselves, or increase the range of values generated.
I've just been caught out by the fact that
api-toolsdefines an orphaninstance Arbitrary UTCTimewith a limited range of values. We should either not use an orphan at all, usequickcheck-instancesrather than defining it ourselves, or increase the range of values generated.