Skip to content

Commit

Permalink
add type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 20, 2023
1 parent 564c737 commit 1da5545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/clojure/clojure/data/json_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
:key-fn keyword
:value-fn (fn [k v]
(if (= :date k)
(java.sql.Date/valueOf v)
(java.sql.Date/valueOf ^String v)
v))))))

(deftest omit-values
Expand Down

0 comments on commit 1da5545

Please sign in to comment.