Sci: namespace not found in require error msg

This commit is contained in:
Michiel Borkent 2020-08-26 20:21:03 +02:00
parent 7cbaa36652
commit bcdfb34b31
2 changed files with 2 additions and 2 deletions

2
sci

@ -1 +1 @@
Subproject commit 0d416b62a3e21f8757db1452c2e41854bf4bebcd
Subproject commit 9cb580bf733438138adefc81eb08be14917cd733

View file

@ -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])"))))