Skip to content

Commit d9be18e

Browse files
committed
org.clojure/clojurescript: 1.0.439 -> 1.10.516
1 parent aaa5299 commit d9be18e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
:test-paths ["test/spec"]}
7575
:master {:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]]
7676
:dependencies [[org.clojure/clojure "1.11.0-master-SNAPSHOT"]
77-
[org.clojure/clojurescript "1.10.439" :scope "provided"]]}
77+
[org.clojure/clojurescript "1.10.516" :scope "provided"]]}
7878

7979
:test {:source-paths ["test/src"]
8080
:java-source-paths ["test/java"]

test/cljs/cider/nrepl/middleware/cljs_inspect_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
;;TODO: The :err slot is missing when running this through the Cider test-runner
9191
(testing "exprs that throw exceptions return an `err` slot"
92-
(is (re-find #"Error: 1 is not ISeqable" (:err exception-response))))))
92+
(is (re-find #"1 is not ISeqable" (:err exception-response))))))
9393

9494
(testing "inspect-pop error handling"
9595
(with-redefs [i/swap-inspector! (fn [& _] (throw (Exception. "pop exception")))]

0 commit comments

Comments
 (0)