From affa1f3a83ad3b1c65ae54c75b0e1ca9d7f8a250 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 8 Dec 2024 14:47:33 +0200 Subject: [PATCH] Update generator.cljc --- src/malli/generator.cljc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/malli/generator.cljc b/src/malli/generator.cljc index e111e3ad7..29d0be4a8 100644 --- a/src/malli/generator.cljc +++ b/src/malli/generator.cljc @@ -140,6 +140,7 @@ (let [{:keys [min]} (-min-max schema options) el (-child schema options)] (gen-one-of + options (-> [] (cond-> (or (nil? min) (zero? min))