mirror of
https://github.com/metosin/reitit.git
synced 2025-12-25 03:08:25 +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))))))
|
||||
(testing "default compile"
|
||||
(let [router (reitit/router ["/ping" (constantly "ok")])]
|
||||
(println (reitit/match-by-path router "/ping"))
|
||||
(let [{:keys [handler]} (reitit/match-by-path router "/ping")]
|
||||
(is handler)
|
||||
(is (= "ok" (handler)))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue