From 8a627ce2560e4277d61c480c0cb4d00033351884 Mon Sep 17 00:00:00 2001 From: Felisp Date: Mon, 8 Jan 2024 03:22:50 +0100 Subject: [PATCH] Fixed incorrect test name --- test/rss_thread_watch/utils_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")