correct syntax error

This commit is contained in:
Valentin Boettcher 2020-08-02 18:14:50 +02:00
parent b88261e580
commit 2494c546b1

View file

@ -220,7 +220,7 @@
(testing "stopping the process" (testing "stopping the process"
(let [prom (api/wait-for! (let [prom (api/wait-for!
(:supervisor proc) (:supervisor proc)
:matcher (or (= (:event %1) :inactive) :matcher #(or (= (:event %1) :inactive)
(= (:event %1) :failed)))] (= (:event %1) :failed)))]
(api/start-process! proc) (api/start-process! proc)
(api/stop-process! proc) (api/stop-process! proc)