Skip to content

Commit cd85231

Browse files
committed
fix test
1 parent bdcdc84 commit cd85231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/java_time/dev/gen_test.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
expected (with-out-str ((resolve 'java-time.dev.gen/print-java-time-ns)
1212
nsym))
1313
up-to-date? (= actual expected)]
14-
(is (not up-to-date?)
14+
(is up-to-date?
1515
"Please run `lein doc` and commit the changes")))))

0 commit comments

Comments
 (0)