From 2e9fb97a983e858491860fdf719017ff9e3fd05b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 13 Jun 2019 21:24:11 +0200 Subject: [PATCH] feat(backend): remove warning from user ns (related to test function) --- backend/src/user.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/src/user.clj b/backend/src/user.clj index 3fcc4981f3..38b91f38a5 100644 --- a/backend/src/user.clj +++ b/backend/src/user.clj @@ -5,7 +5,6 @@ ;; Copyright (c) 2016-2019 Andrey Antukh (ns user - (:refer-clojure :exclude [test]) (:require [clojure.tools.namespace.repl :as repl] [clojure.walk :refer [macroexpand-all]] [clojure.pprint :refer [pprint]] @@ -41,7 +40,7 @@ #'uxbox.migrations/migrations}) (mount/start))) -(defn- test +(defn- run-test ([] (test #"^uxbox.tests.*")) ([o] (repl/refresh)