Fix tests

This commit is contained in:
Michiel Borkent 2022-11-08 13:32:41 +01:00
parent e5ee1f4a77
commit bb84bd357e

View file

@ -489,7 +489,7 @@
[(f m (keys m) (fn [k v] (last (swap! log conj [:test k v]))))
@log]))
(deftest run-test
(deftest run-test* ;; BB-TEST-PATCH: renamed due to conflict with clojure.test
(let [config {::a (ig/ref ::b), ::b 1}
[system _] (build-log config)]
(is (= [nil