Skip to content

Commit

Permalink
fixup! merge + closed bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jan 6, 2025
1 parent 50d2e7c commit 8cefae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/exoscale/coax_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@
(s/def ::merge2 (s/merge (s/keys :req [::foo])
::unqualified))

(is (= {::foo 1 :bar "1" :c {:a 2}
:foo 1}
(is (= {::foo 1 :bar "1" :c {:a 2} :foo 1}
(sc/coerce ::merge2 {::foo "1" :foo "1" :bar "1" :c {:a 2}}))
"Leave out ok vals")

Expand Down

0 comments on commit 8cefae1

Please sign in to comment.