Skip to content

Commit

Permalink
smaller test
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Jul 16, 2024
1 parent e0d64ae commit cbfdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/malli/registry_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[malli.registry :as mr]))

(deftest mutable-test
(let [registry* (atom (m/default-schemas))
(let [registry* (atom {})
registry (mr/mutable-registry registry*)
register! (fn [t ?s] (swap! registry* assoc t ?s))]
(testing "default registy"
Expand Down

0 comments on commit cbfdab9

Please sign in to comment.