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]