Merge release Beta 1 into stable #21
1 changed files with 12 additions and 0 deletions
12
test/rss_thread_watch/utils_test.clj
Normal file
12
test/rss_thread_watch/utils_test.clj
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
(ns rss-thread-watch.utils-test
|
||||||
|
(:require [clojure.test :refer :all]
|
||||||
|
[rss-thread-watch.utils :refer :all]))
|
||||||
|
|
||||||
|
(defn first-map {:a :b
|
||||||
|
:c "c"
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
|
(deftest map-deep-merge-missing-test
|
||||||
|
(testing "Map deep merge missing"
|
||||||
|
(is ())))
|
Loading…
Reference in a new issue