From 11fa0f5d7561097feab08fb11d9b50407088abcf Mon Sep 17 00:00:00 2001 From: Noah Bogart Date: Tue, 26 Nov 2024 13:47:06 -0500 Subject: [PATCH] Fix tests AGAIN --- test/clojure/lazytest/find_test.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/clojure/lazytest/find_test.clj b/test/clojure/lazytest/find_test.clj index 9ddc523..c546d57 100644 --- a/test/clojure/lazytest/find_test.clj +++ b/test/clojure/lazytest/find_test.clj @@ -37,7 +37,7 @@ :doc "`:lazytest/test` metadata" :thrown (ex-info "Expectation failed" {:type 'lazytest.ExpectationFailed - :expected '(= 0 (test-fn 1))})}]} + :expected '(zero? (test-fn 1))})}]} {::lr/source-type :lazytest/var :doc (resolve 'find-tests.examples/test-test-case) :children @@ -61,7 +61,7 @@ :doc "test-describe example two" :thrown (ex-info "Expectation failed" {:type 'lazytest.ExpectationFailed - :expected '(= 0 (test-describe 1))})}]}]}]}]}} + :expected '(zero? (test-describe 1))})}]}]}]}]}} (:result @output)))) (it "prints as expected" (expect (=