From b24517e648f26079d110293a6c379b284aaef32c Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 14:17:48 +0400 Subject: [PATCH] Ditto --- test/monger/test/authentication_test.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/monger/test/authentication_test.clj b/test/monger/test/authentication_test.clj index c10b6ff..d6da98d 100644 --- a/test/monger/test/authentication_test.clj +++ b/test/monger/test/authentication_test.clj @@ -1,8 +1,8 @@ (ns monger.test.authentication-test (:require [monger core util db] [monger.test.helper :as helper] - [monger.collection :as mc]) - (:use clojure.test)) + [monger.collection :as mc] + [clojure.test :refer :all])) (helper/connect!)