Skip to content

Commit ecd3ba2

Browse files
committed
msg
1 parent 8275b86 commit ecd3ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/java_time_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@
10841084
(deftest gen-test
10851085
(is (= (slurp "src/java_time.clj")
10861086
(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)")))
1087+
"java-time main namespace is out of date -- call (java-time.dev.gen/spit-java-time-ns) or `$ lein doc`")))
10881088

10891089
;; https://github.com/dm3/clojure.java-time/issues/75
10901090
;; 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

Comments
 (0)