fix the test
This commit is contained in:
parent
2773ae5bbf
commit
b71bfb43b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue