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]))))
|
||||
@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
|
||||
|
|
|
|||
Loading…
Reference in a new issue