diff --git a/test/rss_thread_watch/utils_test.clj b/test/rss_thread_watch/utils_test.clj index 0115dce..c481037 100644 --- a/test/rss_thread_watch/utils_test.clj +++ b/test/rss_thread_watch/utils_test.clj @@ -35,7 +35,7 @@ (def empty-map {}) -(deftest map-deep-merge-missing-test +(deftest map-apply-defaults-test (testing "Full and no-replace" (is (= first-map (map-apply-defaults first-map empty-map)) "No defaults should return conf map unchanged")