Skip to content

Commit

Permalink
mark the test as a bug test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 25, 2024
1 parent dad61d3 commit 00cc3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/darkleaf/di/update_key_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))

0 comments on commit 00cc3b7

Please sign in to comment.