From e84af3e0ce12374622eba018c25170f9f8e24afd Mon Sep 17 00:00:00 2001 From: George Narroway Date: Tue, 4 Oct 2022 19:06:49 +0800 Subject: [PATCH] tests --- src/mongo_driver_3/collection.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mongo_driver_3/collection.clj b/src/mongo_driver_3/collection.clj index f9cbb30..e9c1518 100644 --- a/src/mongo_driver_3/collection.clj +++ b/src/mongo_driver_3/collection.clj @@ -5,7 +5,8 @@ (:import (com.mongodb MongoNamespace) (com.mongodb.client MongoDatabase MongoCollection ClientSession) (com.mongodb.client.model IndexModel) - (java.util List))) + (java.util List) + (org.bson Document))) (set! *warn-on-reflection* true)