From 43e5367988fa0394767ba75a98470b47467891c0 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 2 Oct 2024 09:42:42 +0200 Subject: [PATCH] Fix testing from cljs --- common/test/common_tests/types/tokens_lib_test.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/common_tests/types/tokens_lib_test.cljc b/common/test/common_tests/types/tokens_lib_test.cljc index 75fcea2c8..4e169a7a3 100644 --- a/common/test/common_tests/types/tokens_lib_test.cljc +++ b/common/test/common_tests/types/tokens_lib_test.cljc @@ -6,8 +6,8 @@ (ns common-tests.types.tokens-lib-test (:require + #?(:clj [app.common.fressian :as fres]) [app.common.data :as d] - [app.common.fressian :as fres] [app.common.time :as dt] [app.common.transit :as tr] [app.common.types.tokens-lib :as ctob]