mv test to correct place

This commit is contained in:
Michael Jerger 2023-07-22 19:46:09 +02:00
parent 6de76f50c5
commit 8a02865192

View file

@ -5,5 +5,6 @@
[clojure.spec.alpha :as s] [clojure.spec.alpha :as s]
[org.domaindrivenarchitecture.activity-pub-poc.activitystreams2 :as sut])) [org.domaindrivenarchitecture.activity-pub-poc.activitystreams2 :as sut]))
(deftest id-test (deftest shoult-test-spec-for-having-functional-property
(is true)) (is (sut/is-functional-property? ::sut/id))
(is (not (sut/is-functional-property? ::sut/Like))))