metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.46k stars 208 forks source link

fix: error paths for :multi schemas when value is not a map #845

Closed opqdonut closed 1 year ago

opqdonut commented 1 year ago

fixes #832

opqdonut commented 1 year ago

Woops, didn't notice that one test. I'll update it to match the implementation. Yeah, I think this is the right way to report the error.

opqdonut commented 1 year ago

I started wondering if my fix broke :multi for records, so I added some test cases for that too.