From f06fce06c32f3a7d572057e5da8d4f7dd021f116 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 15 Jun 2019 23:55:51 +0200 Subject: [PATCH] fix(backend): fix run-test function --- backend/src/user.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/user.clj b/backend/src/user.clj index 38b91f38a..603000689 100644 --- a/backend/src/user.clj +++ b/backend/src/user.clj @@ -41,7 +41,7 @@ (mount/start))) (defn- run-test - ([] (test #"^uxbox.tests.*")) + ([] (run-test #"^uxbox.tests.*")) ([o] (repl/refresh) (cond