(deftest can-test-boolean (is true "Should pass") (is false "Should fail")) (deftest can-test-boolean2 (is true "should pass")) ;; [java] FAIL in (can-test-boolean2) (test_clojure.clj:77) ;; [java] should pass but got :pass ;; [java] expected: true ;; [java] actual: true