We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefca96 commit 39f0b96Copy full SHA for 39f0b96
test/lambdaisland/funnel/test_util.clj
@@ -27,7 +27,7 @@
27
(.close client))
28
clojure.lang.IFn
29
(invoke [this message]
30
- (.send client ^String (funnel/to-transit message))))
+ (.send client ^String (funnel/encode :transit message))))
31
32
(defmacro will
33
"Variant of [[clojure.test/is]] that gives the predicate a bit of time to become
0 commit comments