From 650ff3d6b307f896790f0af2ced478e2f335bede Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 10 Mar 2022 15:23:07 +0200 Subject: [PATCH] . --- test/cljc/reitit/core_test.cljc | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cljc/reitit/core_test.cljc b/test/cljc/reitit/core_test.cljc index 347d63d3..fc112239 100644 --- a/test/cljc/reitit/core_test.cljc +++ b/test/cljc/reitit/core_test.cljc @@ -435,5 +435,3 @@ (deftest routing-bug-test-538 (let [router (r/router [["/:a"] ["/:b"]] {:conflicts nil})] (is (nil? (r/match-by-path router ""))))) - -