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 6500044 commit 5fe79ebCopy full SHA for 5fe79eb
src/expectations/clojure/test.clj
@@ -39,7 +39,7 @@
39
(t/do-report {:type :fail, :message ~msg,
40
:expected '~form, :actual (if (fn? e#)
41
(list '~'not (list '~e a#))
42
- a#)}))
+ (list '~'not (list '~'=? e# a#)))}))
43
r#)))
44
45
(defmacro ?
0 commit comments