From 15c12dfb8379e5e28ca339ac82567ae7f05d918c Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 14 Jun 2018 18:14:15 +0300 Subject: [PATCH] fix tests --- test/cljc/reitit/ring_coercion_test.cljc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cljc/reitit/ring_coercion_test.cljc b/test/cljc/reitit/ring_coercion_test.cljc index eea50d6f..ea767457 100644 --- a/test/cljc/reitit/ring_coercion_test.cljc +++ b/test/cljc/reitit/ring_coercion_test.cljc @@ -5,9 +5,9 @@ [reitit.ring.coercion :as rrc] [reitit.coercion.spec :as spec] [reitit.coercion.schema :as schema] - #?(:clj - [muuntaja.middleware]) - [jsonista.core :as j]) + #?@(:clj [ + [muuntaja.middleware] + [jsonista.core :as j]])) #?(:clj (:import (clojure.lang ExceptionInfo) (java.io ByteArrayInputStream))))