From 1381f3e5632856eec84115ddc561efb9f379d359 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 18 Nov 2020 21:09:26 +0100 Subject: [PATCH] Fix pst --- test/babashka/impl/repl_test.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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