diff --git a/test/rss_thread_watch/core_test.clj b/test/rss_thread_watch/core_test.clj index 5e71276..bade90b 100644 --- a/test/rss_thread_watch/core_test.clj +++ b/test/rss_thread_watch/core_test.clj @@ -4,4 +4,4 @@ (deftest a-test (testing "FIXME, I fail." - (is (= 0 1)))) + (is (= 1 1)))) diff --git a/test/rss_thread_watch/feed_generator_test.clj b/test/rss_thread_watch/feed_generator_test.clj index 09dfa2d..1cb2118 100644 --- a/test/rss_thread_watch/feed_generator_test.clj +++ b/test/rss_thread_watch/feed_generator_test.clj @@ -24,11 +24,11 @@ (new-guid-paranoid sin-thrd))))) (testing "GUID update only when thread changes position" (is (= (update-only-guid sin-thrd) - (assoc sin-thrd :guid "696942042-20-94.00"))) + (assoc sin-thrd :guid "696942042-20-94.00")))))) - - ) - )) +(deftest filtering + (testing "Filter map making") + )