Skip to content

Commit 39f0b96

Browse files
committed
Test fix
1 parent aefca96 commit 39f0b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lambdaisland/funnel/test_util.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(.close client))
2828
clojure.lang.IFn
2929
(invoke [this message]
30-
(.send client ^String (funnel/to-transit message))))
30+
(.send client ^String (funnel/encode :transit message))))
3131

3232
(defmacro will
3333
"Variant of [[clojure.test/is]] that gives the predicate a bit of time to become

0 commit comments

Comments
 (0)