From 6a509ca478b9f32544742e4c24fe0e6f6b3e33b7 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Mon, 26 Dec 2016 12:55:14 -0500 Subject: [PATCH] fix tests --- src/clj/com/rpl/specter.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index 288e2dd..b486f08 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -120,7 +120,7 @@ (-> path i/dynamic-param? not) )) - (defn- wrap-dynamic-nav [f] + (defn wrap-dynamic-nav [f] (fn [& args] (let [ret (apply f args)] (if (and (sequential? ret) (static-path? ret))