mirror of
https://github.com/metosin/reitit.git
synced 2025-12-20 17:41:11 +00:00
format
This commit is contained in:
parent
d17c97780e
commit
1b5287724e
1 changed files with 19 additions and 22 deletions
|
|
@ -517,8 +517,7 @@
|
|||
(is (nil? (validate spec))))))))
|
||||
|
||||
(deftest multipart-test
|
||||
(doseq [[coercion file-schema string-schema]
|
||||
[[#'malli/coercion
|
||||
(doseq [[coercion file-schema string-schema] [[#'malli/coercion
|
||||
reitit.ring.malli/bytes-part
|
||||
:string]
|
||||
[#'schema/coercion
|
||||
|
|
@ -565,8 +564,7 @@
|
|||
(is (nil? (validate spec))))))))
|
||||
|
||||
(deftest per-content-type-test
|
||||
(doseq [[coercion ->schema]
|
||||
[[malli/coercion (fn [nom] [:map [nom :string]])]
|
||||
(doseq [[coercion ->schema] [[malli/coercion (fn [nom] [:map [nom :string]])]
|
||||
[schema/coercion (fn [nom] {nom s/Str})]
|
||||
[spec/coercion (fn [nom] {nom string?})]]]
|
||||
(testing (str coercion)
|
||||
|
|
@ -654,8 +652,7 @@
|
|||
(is (nil? (validate spec))))))))
|
||||
|
||||
(deftest default-content-type-test
|
||||
(doseq [[coercion ->schema]
|
||||
[[malli/coercion (fn [nom] [:map [nom :string]])]
|
||||
(doseq [[coercion ->schema] [[malli/coercion (fn [nom] [:map [nom :string]])]
|
||||
[schema/coercion (fn [nom] {nom s/Str})]
|
||||
[spec/coercion (fn [nom] {nom string?})]]]
|
||||
(testing (str coercion)
|
||||
|
|
|
|||
Loading…
Reference in a new issue