We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8275b86 commit ecd3ba2Copy full SHA for ecd3ba2
test/java_time_test.clj
@@ -1084,7 +1084,7 @@
1084
(deftest gen-test
1085
(is (= (slurp "src/java_time.clj")
1086
(with-out-str ((resolve 'java-time.dev.gen/print-java-time-ns))))
1087
- "java-time main namespace is out of date -- call (java-time.dev.gen/spit-java-time-ns)")))
+ "java-time main namespace is out of date -- call (java-time.dev.gen/spit-java-time-ns) or `$ lein doc`")))
1088
1089
;; https://github.com/dm3/clojure.java-time/issues/75
1090
;; Q: Can we add a new function, or at least an example for converting a Unix timestamp (epoch seconds) to a LocalDateTime object?
0 commit comments