From c110553be96ed02b7f8b418856f290aad3c17712 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 19:48:25 +0400 Subject: [PATCH] Ditto --- test/monger/test/lib_integration_test.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/monger/test/lib_integration_test.clj b/test/monger/test/lib_integration_test.clj index b13f221..c40dbe6 100644 --- a/test/monger/test/lib_integration_test.clj +++ b/test/monger/test/lib_integration_test.clj @@ -1,13 +1,13 @@ (ns monger.test.lib-integration-test - (:use clojure.test - monger.conversion) (:import [org.joda.time DateTime DateMidnight LocalDate] org.bson.types.ObjectId com.mongodb.DBObject) (:require monger.json monger.joda-time [clj-time.core :as t] - [cheshire.core :as json])) + [cheshire.core :as json] + [clojure.test :refer :all] + [monger.conversion :refer :all])) (deftest ^{:integration true} serialization-of-joda-datetime-to-json