Skip to content

Commit

Permalink
Fix a missing (is) assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Oct 31, 2024
1 parent ee9a434 commit f7cce18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spade/core_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
(deftest defclass-compose-test
(testing "Composing should not break :key naming"
(let [generated (composed-factory$ "" ["blue"])]
(= "blue"
(:spade.core/key generated))))
(is (= "blue"
(:spade.core/key generated)))))

(testing "computed-key test"
(is (= "spade-core-test-computed-key_BLUE spade-core-test-composed_blue"
Expand Down

0 comments on commit f7cce18

Please sign in to comment.