This commit is contained in:
Michiel Borkent 2022-10-02 12:09:30 +02:00
parent c9c233ec32
commit ed80bdd4df

View file

@ -150,7 +150,8 @@
(.applyTo ^clojure.lang.IFn f args)))))
;; orchestra is going to override this
(def spec-checking-fn-var (sci/new-var 'spec-checking-fn spec-checking-fn* {:ns tns}))
(def spec-checking-fn-var (sci/new-var 'spec-checking-fn spec-checking-fn* {:ns tns
:name 'spec-checking-fn}))
(defn- no-fspec
[v spec]