More tests prep

This commit is contained in:
Felisp 2024-10-13 02:17:24 +02:00
parent efd3568e85
commit fda332654e
2 changed files with 5 additions and 5 deletions

View file

@ -4,4 +4,4 @@
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))
(is (= 1 1))))

View file

@ -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")
)
))