You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
If a multimethod is spec'ed tih spec/fdef, then you get an error like:
java.lang.ClassCastException: clojure.spec.test.alpha$spec_checking_fn$fn__1352 cannot be cast to clojure.lang.MultiFn
The fix is probably to check if the multimethod we are mocking is spec'ed, and if so then figure out how to get the actual function instead of the spec_checking_fn
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a multimethod is spec'ed tih
spec/fdef
, then you get an error like:The fix is probably to check if the multimethod we are mocking is spec'ed, and if so then figure out how to get the actual function instead of the
spec_checking_fn
The text was updated successfully, but these errors were encountered: