Skip to content

Commit 3b90563

Browse files
committed
* assertion
1 parent 4defb9e commit 3b90563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/cljs/cljs/hashing_test.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
(let [s (.for js/Symbol "foo")]
109109
(is (number? (hash s)))
110110
(is (== (hash s) (hash s)))
111+
(is (not (== (hash s) (hash (.for js/Symbol "bar")))))
111112
(let [m {s 2}]
112113
(is (== 2 (get m s)))))))

0 commit comments

Comments
 (0)