mv test to correct place
This commit is contained in:
parent
6de76f50c5
commit
8a02865192
1 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,6 @@
|
|||
[clojure.spec.alpha :as s]
|
||||
[org.domaindrivenarchitecture.activity-pub-poc.activitystreams2 :as sut]))
|
||||
|
||||
(deftest id-test
|
||||
(is true))
|
||||
(deftest shoult-test-spec-for-having-functional-property
|
||||
(is (sut/is-functional-property? ::sut/id))
|
||||
(is (not (sut/is-functional-property? ::sut/Like))))
|
Loading…
Reference in a new issue