Skip to content

Commit 573790c

Browse files
committed
CLJS-3357: Malformed test at end of test-cljs-1837
1 parent 9114d25 commit 573790c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cljs/cljs/core_test.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,8 +1282,8 @@
12821282
[5 4]))
12831283
(is (= (transduce (halt-when #{1} (fn [ret input] (conj ret input))) conj [] [5 4 1 2 3])
12841284
[5 4 1]))
1285-
(is (= (into [] (halt-when #{1} (fn [ret in] (conj! ret in))) [2 3 1]))
1286-
[2 3 1])))
1285+
(is (= (into [] (halt-when #{1} (fn [ret in] (conj! ret in))) [2 3 1])
1286+
[2 3 1]))))
12871287

12881288
(deftest test-cljs-1839
12891289
(let [x #js {:foo (fn [])}

0 commit comments

Comments
 (0)