diff --git a/src/datomish/test_macros.cljc b/src/datomish/test_macros.cljc index 3145695d..989e852a 100644 --- a/src/datomish/test_macros.cljc +++ b/src/datomish/test_macros.cljc @@ -31,9 +31,10 @@ (-> (datomish.pair-chan/go-pair ~@body) (cljs.core.async/take! (fn [[v# e#]] - (cljs.test/is (= e# nil)) + (cljs.test/is (= e# nil)) ;; Can't synchronously fail. (done#)))))) (clojure.test/deftest ~(with-meta name {:async true}) (let [[v# e#] (clojure.core.async/