fix tests

This commit is contained in:
nathanmarz 2017-01-08 17:41:56 -05:00
parent b127a6c428
commit ef9d82e61d

View file

@ -493,5 +493,5 @@
i/NONE))
(transform* [this vals structure next-fn]
(if (contains? structure k)
(do-keypath-transform vals structure key next-fn)
(do-keypath-transform vals structure k next-fn)
structure)))