Skip to content

Commit

Permalink
Add test for pr-handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Oct 14, 2015
1 parent 1447cae commit e97cde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/puget/printer_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@


(deftest handled-types
(is (= "\"foo\"" (pr-handler {} "foo")))
(is (= "#inst \"2015-10-12T05:23:08.000-00:00\""
(render-str (canonical-printer java-handlers)
(java.util.Date. 1444627388000)))))
Expand Down

0 comments on commit e97cde2

Please sign in to comment.