Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 26, 2024
1 parent 9de38c4 commit d2b1005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojure/lazytest/suite_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

;; manually writing test cases (instead of using `it`)
(defn common-test-cases [x]
[(when (zero? 0)
[(when (zero? x)
(test-case {:doc (str x " equals zero")
:body #(expect (= x 1))}))
(when (= x 1)
Expand Down

0 comments on commit d2b1005

Please sign in to comment.