We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcdc84 commit cd85231Copy full SHA for cd85231
test/java_time/dev/gen_test.clj
@@ -11,5 +11,5 @@
11
expected (with-out-str ((resolve 'java-time.dev.gen/print-java-time-ns)
12
nsym))
13
up-to-date? (= actual expected)]
14
- (is (not up-to-date?)
+ (is up-to-date?
15
"Please run `lein doc` and commit the changes")))))
0 commit comments