fix the test

This commit is contained in:
Michael Jerger 2023-08-01 11:57:13 +02:00
parent 2773ae5bbf
commit b71bfb43b7

View file

@ -17,7 +17,7 @@
(is (sut/owl-class? "http://some.uri"))
(is (sut/owl-class? {:as "class-definition"}))
(is (sut/owl-class? []))
(is (not (sut/owl-class? "str")))
(is (not (sut/owl-class? "http://str:not-a-port")))
(is (not (sut/owl-class? nil))))
(deftest class-test