From fda332654e2fa51212b3f77b2dbb7cc1d5a04084 Mon Sep 17 00:00:00 2001 From: Felisp Date: Sun, 13 Oct 2024 02:17:24 +0200 Subject: [PATCH] More tests prep --- test/rss_thread_watch/core_test.clj | 2 +- test/rss_thread_watch/feed_generator_test.clj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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") + )