Ditto
This commit is contained in:
parent
141380dd26
commit
19d0058c53
1 changed files with 4 additions and 3 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
(ns monger.test.conversion-test
|
(ns monger.test.conversion-test
|
||||||
(:require [monger core collection])
|
(:require [monger core collection]
|
||||||
|
[clojure.test :refer :all]
|
||||||
|
[monger.conversion :refer :all])
|
||||||
(:import [com.mongodb DBObject BasicDBObject BasicDBList]
|
(:import [com.mongodb DBObject BasicDBObject BasicDBList]
|
||||||
[java.util Date Calendar List ArrayList]
|
[java.util Date Calendar List ArrayList]
|
||||||
org.bson.types.ObjectId)
|
org.bson.types.ObjectId))
|
||||||
(:use clojure.test monger.conversion))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue