Skip to content

Commit 89bb992

Browse files
committed
missing are refer in cljs/walk-test ns
1 parent 76f5b82 commit 89bb992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/cljs/cljs/walk_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; You must not remove this notice, or any other, from this software.
88

99
(ns cljs.walk-test
10-
(:require [cljs.test :refer-macros [deftest testing is]]
10+
(:require [cljs.test :refer-macros [deftest testing is are]]
1111
[clojure.walk :as w]))
1212

1313
(deftest t-prewalk-replace

0 commit comments

Comments
 (0)