This commit is contained in:
Tommi Reiman 2024-06-29 16:21:35 +03:00
parent 2da94f733d
commit eb4c231c23

View file

@ -738,9 +738,9 @@
{::trie/trie-compiler compiler})] {::trie/trie-compiler compiler})]
(dotimes [_ 10] (dotimes [_ 10]
(future (future
(dotimes [n 100000] (dotimes [n 100000]
(let [body (:body (app {:request-method :get, :uri (str "/" n)}))] (let [body (:body (app {:request-method :get, :uri (str "/" n)}))]
(is (= body (str n)))))))))))) (is (= body (str n))))))))))))
(declare routes) (declare routes)