mirror of
https://github.com/metosin/reitit.git
synced 2026-01-22 05:59:03 +00:00
Remove println
This commit is contained in:
parent
d74b98af2f
commit
a208f7df6c
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@
|
||||||
(is (= 2 @compile-times))))))
|
(is (= 2 @compile-times))))))
|
||||||
(testing "default compile"
|
(testing "default compile"
|
||||||
(let [router (reitit/router ["/ping" (constantly "ok")])]
|
(let [router (reitit/router ["/ping" (constantly "ok")])]
|
||||||
(println (reitit/match-by-path router "/ping"))
|
|
||||||
(let [{:keys [handler]} (reitit/match-by-path router "/ping")]
|
(let [{:keys [handler]} (reitit/match-by-path router "/ping")]
|
||||||
(is handler)
|
(is handler)
|
||||||
(is (= "ok" (handler)))))))
|
(is (= "ok" (handler)))))))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue