From c97d522e4db99dbdfd5ad592f93ad4ab64d629bd Mon Sep 17 00:00:00 2001 From: Michiel de Mare Date: Tue, 11 Jun 2024 16:26:44 +0200 Subject: [PATCH] Remove initial repl config option --- project.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/project.clj b/project.clj index efd21575..f856b7a4 100644 --- a/project.clj +++ b/project.clj @@ -90,6 +90,4 @@ :test-selectors {:default #(not-any? % [:e2e :redis]) :redis :redis :e2e :e2e - :all (constantly true)} - - :repl-options {:init-ns nl.surf.eduhub-rio-mapper.ooapi}) + :all (constantly true)})