tests
This commit is contained in:
parent
cddcae94e6
commit
e84af3e0ce
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
||||||
(:import (com.mongodb MongoNamespace)
|
(:import (com.mongodb MongoNamespace)
|
||||||
(com.mongodb.client MongoDatabase MongoCollection ClientSession)
|
(com.mongodb.client MongoDatabase MongoCollection ClientSession)
|
||||||
(com.mongodb.client.model IndexModel)
|
(com.mongodb.client.model IndexModel)
|
||||||
(java.util List)))
|
(java.util List)
|
||||||
|
(org.bson Document)))
|
||||||
|
|
||||||
(set! *warn-on-reflection* true)
|
(set! *warn-on-reflection* true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue