metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.43k stars 204 forks source link

Fix flaky test #1040

Closed frenchy64 closed 2 months ago

frenchy64 commented 2 months ago

This test was failing with ArithmeticOverflowException's. I rewrote them to manipulate strings instead of numbers. Could also add custom generators to the arg schemas, but since this code tests guards it didn't feel right.

ikitommi commented 2 months ago

thanks!