Fixed incorrect test name

This commit is contained in:
Felisp 2024-01-08 03:22:50 +01:00
parent 67268acbc5
commit 8a627ce256

View file

@ -35,7 +35,7 @@
(def empty-map {}) (def empty-map {})
(deftest map-deep-merge-missing-test (deftest map-apply-defaults-test
(testing "Full and no-replace" (testing "Full and no-replace"
(is (= first-map (map-apply-defaults first-map empty-map)) (is (= first-map (map-apply-defaults first-map empty-map))
"No defaults should return conf map unchanged") "No defaults should return conf map unchanged")