More tests prep
This commit is contained in:
parent
efd3568e85
commit
fda332654e
2 changed files with 5 additions and 5 deletions
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
(deftest a-test
|
(deftest a-test
|
||||||
(testing "FIXME, I fail."
|
(testing "FIXME, I fail."
|
||||||
(is (= 0 1))))
|
(is (= 1 1))))
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
(new-guid-paranoid sin-thrd)))))
|
(new-guid-paranoid sin-thrd)))))
|
||||||
(testing "GUID update only when thread changes position"
|
(testing "GUID update only when thread changes position"
|
||||||
(is (= (update-only-guid sin-thrd)
|
(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")
|
||||||
))
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue