fix tests

This commit is contained in:
nathanmarz 2016-12-26 12:55:14 -05:00
parent 72e004df23
commit 6a509ca478

View file

@ -120,7 +120,7 @@
(-> path i/dynamic-param? not) (-> path i/dynamic-param? not)
)) ))
(defn- wrap-dynamic-nav [f] (defn wrap-dynamic-nav [f]
(fn [& args] (fn [& args]
(let [ret (apply f args)] (let [ret (apply f args)]
(if (and (sequential? ret) (static-path? ret)) (if (and (sequential? ret) (static-path? ret))