diff --git a/test/babashka/impl/repl_test.clj b/test/babashka/impl/repl_test.clj index 4648a4a8..18f1fc6d 100644 --- a/test/babashka/impl/repl_test.clj +++ b/test/babashka/impl/repl_test.clj @@ -15,8 +15,7 @@ (defn repl! [] (start-repl! (init {:bindings {'*command-line-args* - ["a" "b" "c"]} - :env (atom {})}))) + ["a" "b" "c"]}}))) (defn assert-repl [expr expected] (is (str/includes? (sci/with-out-str