Skip to content

Commit 221d966

Browse files
author
dnolen
committed
typo in arglists test
1 parent b902438 commit 221d966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cljs/cljs/core_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2783,7 +2783,7 @@
27832783
(is (= (set {:a 0 :b 0 :c 0 :d 0 :e 0 :f 0 :g 0 :h 0 :i 0})
27842784
#{[:a 0] [:b 0] [:c 0] [:d 0] [:e 0] [:f 0] [:g 0] [:h 0] [:i 0]})))
27852785

2786-
(deftest test-var-aarglists
2786+
(deftest test-var-arglists
27872787
(is (= (-> #'first meta :arglists) '([coll])))
27882788
(is (= (-> #'hash-map meta :arglists) '([& keyvals])))
27892789
(is (= (-> #'map meta :arglists)

0 commit comments

Comments
 (0)