We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c48c7 commit 86a83d7Copy full SHA for 86a83d7
src/main/cljs/cljs/spec.cljc
@@ -470,7 +470,7 @@
470
`(cljs.spec/get-spec '~(:name (resolve &env sym)))
471
fspec)
472
f# ~sym]
473
- (for [args# (gen/sample (gen (:args fspec#)) ~n)]
+ (for [args# (gen/sample (cljs.spec/gen (:args fspec#)) ~n)]
474
[args# (apply f# args#)])))))
475
476
(defmacro ^:private init-compile-asserts []
0 commit comments