diff --git a/test/darkleaf/di/update_key_test.clj b/test/darkleaf/di/update_key_test.clj index b5fb55a8..c4f494ba 100644 --- a/test/darkleaf/di/update_key_test.clj +++ b/test/darkleaf/di/update_key_test.clj @@ -5,6 +5,6 @@ (:import (clojure.lang ExceptionInfo))) -(t/deftest ok-test +(t/deftest bug--update-non-existent-key-test (t/is (thrown? ExceptionInfo (di/start ::a* {::a* 1} (di/update-key ::a inc)))))