Ditto
This commit is contained in:
parent
0dca29285c
commit
251f6fc765
1 changed files with 4 additions and 4 deletions
|
|
@ -3,10 +3,10 @@
|
||||||
(ns monger.test.cursor-test
|
(ns monger.test.cursor-test
|
||||||
(:import [com.mongodb DBCursor DBObject Bytes]
|
(:import [com.mongodb DBCursor DBObject Bytes]
|
||||||
[java.util List Map])
|
[java.util List Map])
|
||||||
(:require [monger.test.helper :as helper])
|
(:require [monger.test.helper :as helper]
|
||||||
(:use clojure.test
|
[clojure.test :refer :all]
|
||||||
monger.cursor
|
[monger.cursor :refer :all]
|
||||||
monger.test.fixtures))
|
[monger.test.fixtures :refer :all]))
|
||||||
|
|
||||||
(helper/connect!)
|
(helper/connect!)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue