rename test

This commit is contained in:
nathanmarz 2017-06-03 06:11:23 -04:00
parent 0b88411f88
commit edf9d8c544

View file

@ -1544,7 +1544,7 @@
;; this function necessary to trigger the bug from happening
(defn inc2 [v] (inc v))
(deftest dynamic-function-arg
(deftest dynamic-function-arg-test
(is (= {[2] 4} (let [a 1] (transform (s/keypath [(inc2 a)]) inc {[2] 3}))))
)