rename test
This commit is contained in:
parent
0b88411f88
commit
edf9d8c544
1 changed files with 1 additions and 1 deletions
|
|
@ -1544,7 +1544,7 @@
|
||||||
|
|
||||||
;; this function necessary to trigger the bug from happening
|
;; this function necessary to trigger the bug from happening
|
||||||
(defn inc2 [v] (inc v))
|
(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}))))
|
(is (= {[2] 4} (let [a 1] (transform (s/keypath [(inc2 a)]) inc {[2] 3}))))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue