From 57348f06506d488e67202d23722c9bd84adf493d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 30 Nov 2013 19:48:32 +0400 Subject: [PATCH] Ditto --- test/monger/test/internal/pagination_test.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/monger/test/internal/pagination_test.clj b/test/monger/test/internal/pagination_test.clj index 032fd8a..a85648e 100644 --- a/test/monger/test/internal/pagination_test.clj +++ b/test/monger/test/internal/pagination_test.clj @@ -1,6 +1,6 @@ (ns monger.test.internal.pagination-test - (:use clojure.test - monger.internal.pagination)) + (:require [clojure.test :refer :all] + [monger.internal.pagination :refer :all])) (deftest test-pagination-offset (are [a b] (= a b)