Fix tests
This commit is contained in:
parent
e5ee1f4a77
commit
bb84bd357e
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@
|
||||||
[(f m (keys m) (fn [k v] (last (swap! log conj [:test k v]))))
|
[(f m (keys m) (fn [k v] (last (swap! log conj [:test k v]))))
|
||||||
@log]))
|
@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}
|
(let [config {::a (ig/ref ::b), ::b 1}
|
||||||
[system _] (build-log config)]
|
[system _] (build-log config)]
|
||||||
(is (= [nil
|
(is (= [nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue