From bcdfb34b318fad3b0ab7d0c5302a28d75435d762 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 26 Aug 2020 20:21:03 +0200 Subject: [PATCH] Sci: namespace not found in require error msg --- sci | 2 +- test/babashka/classpath_test.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci b/sci index 0d416b62..9cb580bf 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 0d416b62a3e21f8757db1452c2e41854bf4bebcd +Subproject commit 9cb580bf733438138adefc81eb08be14917cd733 diff --git a/test/babashka/classpath_test.clj b/test/babashka/classpath_test.clj index 5784af52..b1d5630d 100644 --- a/test/babashka/classpath_test.clj +++ b/test/babashka/classpath_test.clj @@ -16,7 +16,7 @@ (is (= "hello from foo\n" (tu/bb nil "--classpath" "test-resources/babashka/src_for_classpath_test/foo.jar" "(require '[foo :as f]) (f/foo)"))) - (is (thrown-with-msg? Exception #"not require" + (is (thrown-with-msg? Exception #"not find" (tu/bb nil "(require '[foo :as f])"))))