No need to use monger.core here
This commit is contained in:
parent
79e3f8ad20
commit
e896a5dfc3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(ns monger.test.collection
|
(ns monger.test.collection
|
||||||
(:import [com.mongodb WriteResult WriteConcern DBCursor])
|
(:import [com.mongodb WriteResult WriteConcern DBCursor])
|
||||||
(:require [monger core collection errors util] [clojure stacktrace])
|
(:require [monger core collection errors util] [clojure stacktrace])
|
||||||
(:use [clojure.test] [monger.core]))
|
(:use [clojure.test]))
|
||||||
|
|
||||||
(monger.util/with-ns 'monger.core
|
(monger.util/with-ns 'monger.core
|
||||||
(defonce ^:dynamic *mongodb-connection* (monger.core/connect))
|
(defonce ^:dynamic *mongodb-connection* (monger.core/connect))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue