Ditto
This commit is contained in:
parent
c110553be9
commit
57348f0650
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
(ns monger.test.internal.pagination-test
|
(ns monger.test.internal.pagination-test
|
||||||
(:use clojure.test
|
(:require [clojure.test :refer :all]
|
||||||
monger.internal.pagination))
|
[monger.internal.pagination :refer :all]))
|
||||||
|
|
||||||
(deftest test-pagination-offset
|
(deftest test-pagination-offset
|
||||||
(are [a b] (= a b)
|
(are [a b] (= a b)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue