From 218f05972e4e5aba9e85975461548efc83330a8a Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 1 Jan 2026 16:18:04 +0100 Subject: [PATCH] test: Remove unused def --- test/cljc/reitit/coercion_test.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cljc/reitit/coercion_test.cljc b/test/cljc/reitit/coercion_test.cljc index 01d5d6c9..1408c114 100644 --- a/test/cljc/reitit/coercion_test.cljc +++ b/test/cljc/reitit/coercion_test.cljc @@ -108,7 +108,6 @@ (testing "spec-coercion (shallow)" (testing "succeeds" (let [m (r/match-by-path r "/spec-shallow/1/abba")] - (def MATCH m) (is (= {:path {:keyword :abba, :number 1}, :query nil} (coercion/coerce! m)))) (let [m (r/match-by-path r "/spec-shallow/1/abba")]