Skip to content

Commit 2d4e964

Browse files
committed
fix self-hosted test
1 parent 639e1ce commit 2d4e964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sci/core_test.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@
16711671
:cljs {:allow :all 'js js/global})})]
16721672
(is (= :arithmetic (:caught result)))
16731673
(is (str/includes? (:msg result) #?(:clj "Divide by zero"
1674-
:cljs "Invalid array length")))))
1674+
:cljs "length")))))
16751675
(testing "^:sci/error Exception catch still gets location info with multiple catches"
16761676
(let [result (sci/eval-string
16771677
(-> "(require '[sci.core :as sci])

0 commit comments

Comments
 (0)