fix the test

main
Michael Jerger 10 months ago
parent 2773ae5bbf
commit b71bfb43b7

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

Loading…
Cancel
Save