Skip to content

Commit e160523

Browse files
committed
* typo
1 parent ae02f6f commit e160523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/cljs/externs_parsing_tests.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
(let [info (externs/info externs '[webCrypto SubtleCrypto prototype deriveKey])]
6666
(is (= 'Promise (:ret-tag info)))))
6767
(testing "@return {!Int8Array|!Uint8Array|!Uint8ClampedArray|!Int16Array|!Uint16Array|!Int32Array|!Uint32Array|!BigInt64Array|!BigUint64Array}"
68-
(let [info (externs/info externs '[webCrypto SubtleCrypto prototype getRandomValues])]
68+
(let [info (externs/info externs '[webCrypto Crypto prototype getRandomValues])]
6969
(is (= 'any (:ret-tag info))))))))
7070

7171
(comment

0 commit comments

Comments
 (0)