This commit is contained in:
Tommi Reiman 2022-03-10 15:23:07 +02:00
parent b0602d60c9
commit 650ff3d6b3

View file

@ -435,5 +435,3 @@
(deftest routing-bug-test-538 (deftest routing-bug-test-538
(let [router (r/router [["/:a"] ["/:b"]] {:conflicts nil})] (let [router (r/router [["/:a"] ["/:b"]] {:conflicts nil})]
(is (nil? (r/match-by-path router ""))))) (is (nil? (r/match-by-path router "")))))