Skip to content

Commit

Permalink
* fix assertion, another one
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Oct 24, 2024
1 parent b28addc commit 2009627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/clojure/cljs/analyzer/spec_tests.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
[clojure.spec.alpha :as s]))

(deftest test-if
(is '(s/valid? ::a/node (analyze ns-env '(if true true false)))))
(is (s/valid? ::a/node (analyze ns-env '(if true true))))
(is (s/valid? ::a/node (analyze ns-env '(if true true false)))))

(comment

Expand Down

0 comments on commit 2009627

Please sign in to comment.