Skip to content

Commit

Permalink
* assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 21, 2024
1 parent 4defb9e commit 3b90563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/cljs/cljs/hashing_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
(let [s (.for js/Symbol "foo")]
(is (number? (hash s)))
(is (== (hash s) (hash s)))
(is (not (== (hash s) (hash (.for js/Symbol "bar")))))
(let [m {s 2}]
(is (== 2 (get m s)))))))

0 comments on commit 3b90563

Please sign in to comment.