Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Dec 19, 2024
1 parent e76e8a4 commit 402480c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/flanders/json_schema_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@
(catch Exception e
(when-not (::sut/unsupported (ex-data e))
(throw e))))]
(swap! ntested inc)
(is (= valid (try (m/coerce m data)
true
(catch Exception _ false)))
(pr-str (m/form m)))))
;; print testing string on error
true))
(swap! ntested inc)))))
(is (= 1292 @ntested))))
true))))))
(is (= 152 @ntested))))

(deftest const-test
(is (m/validate (->malli {"const" 9007199254740992}) 9007199254740992)))
Expand Down

0 comments on commit 402480c

Please sign in to comment.