From 8cefae1d5edf6fd5a70432b14e6e58d273d46a14 Mon Sep 17 00:00:00 2001 From: Max Penet Date: Mon, 6 Jan 2025 14:34:01 +0100 Subject: [PATCH] fixup! merge + closed bugfix --- test/exoscale/coax_test.cljc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/exoscale/coax_test.cljc b/test/exoscale/coax_test.cljc index 7fd0044..61d0215 100644 --- a/test/exoscale/coax_test.cljc +++ b/test/exoscale/coax_test.cljc @@ -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")