Skip to content

Commit

Permalink
Fix tests AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 26, 2024
1 parent 71670fb commit 11fa0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/clojure/lazytest/find_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 (=
Expand Down

0 comments on commit 11fa0f5

Please sign in to comment.