Fixed incorrect test name
This commit is contained in:
parent
67268acbc5
commit
8a627ce256
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue