mirror of
https://github.com/metosin/reitit.git
synced 2025-12-31 05:38:25 +00:00
Fix typo
This commit is contained in:
parent
4178acde5f
commit
38d419a82b
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@
|
|||
|
||||
#?(:clj
|
||||
(deftest invalid-path-parameters-parsing-concurrent-requests-277-test
|
||||
(testing "in enought concurrent system, path-parameters can bleed"
|
||||
(testing "in enough concurrent system, path-parameters can bleed"
|
||||
(doseq [compiler [trie/java-trie-compiler trie/clojure-trie-compiler]]
|
||||
(let [app (ring/ring-handler
|
||||
(ring/router
|
||||
|
|
|
|||
Loading…
Reference in a new issue