From b9557cc493e8009fd291075c7ec7bfd5094a5100 Mon Sep 17 00:00:00 2001 From: lread Date: Sat, 26 Jul 2025 16:43:44 -0400 Subject: [PATCH] Fix typo in bb.edn Surprising that it actually worked as it was! --- bb.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.edn b/bb.edn index 8e46f55..27f7ec3 100644 --- a/bb.edn +++ b/bb.edn @@ -46,7 +46,7 @@ ;; run from babashka.process sources, not built-in babaska.process (require '[babashka.process] :reload) (case target - :test (apply cognitect.test-runner.-main args) + :test (apply cognitect.test-runner/-main args) :dev (let [opts (parse-repl-args args)] (babashka.nrepl.server/start-server! opts) (deref (promise)))))}