From 7917370136c93f966f28126a374f9e17beec9bd1 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 18 May 2020 14:29:24 +0200 Subject: [PATCH] :bug: Add missing import on tests. --- backend/tests/uxbox/tests/helpers.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/tests/uxbox/tests/helpers.clj b/backend/tests/uxbox/tests/helpers.clj index 4234aa0e9b..ef617ac3e8 100644 --- a/backend/tests/uxbox/tests/helpers.clj +++ b/backend/tests/uxbox/tests/helpers.clj @@ -8,6 +8,7 @@ [mount.core :as mount] [environ.core :refer [env]] [uxbox.common.pages :as cp] + [uxbox.services.init] [uxbox.services.mutations.profile :as profile] [uxbox.services.mutations.projects :as projects] [uxbox.services.mutations.teams :as teams]