From 25c1c56fc95a02010a79f739b45aeebee5e215be Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 21 Feb 2015 12:20:06 +0300 Subject: [PATCH] This DFRef ctor was removed --- test/monger/test/inserting_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/inserting_test.clj b/test/monger/test/inserting_test.clj index c3b04b9..e9e1341 100644 --- a/test/monger/test/inserting_test.clj +++ b/test/monger/test/inserting_test.clj @@ -102,7 +102,7 @@ coll2 "owners" oid (ObjectId.) joe (mc/insert db coll2 {:name "Joe" :_id oid}) - dbref (DBRef. db coll2 oid)] + dbref (DBRef. coll2 oid)] (mc/insert db coll1 {:type "pentagon" :owner dbref}) (let [fetched (mc/find-one-as-map db coll1 {:type "pentagon"}) fo (:owner fetched)]