From a468f75a7c8cee276be1835dcff2dcd093bb92dd Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 14:14:06 +0400 Subject: [PATCH] Don't use :use --- test/monger/test/aggregation_framework_test.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/monger/test/aggregation_framework_test.clj b/test/monger/test/aggregation_framework_test.clj index 5a9c951..7af2f2f 100644 --- a/test/monger/test/aggregation_framework_test.clj +++ b/test/monger/test/aggregation_framework_test.clj @@ -1,9 +1,9 @@ (ns monger.test.aggregation-framework-test (:require monger.core [monger.collection :as mc] - [monger.test.helper :as helper]) - (:use clojure.test - monger.operators - monger.test.fixtures)) + [monger.test.helper :as helper] + [clojure.test :refer :all] + [monger.operators :refer :all] + [monger.test.fixtures :refer :all])) (helper/connect!)