From 082a3ec7b774ec4f33a8a44cbf5c146a40ec380a Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 17 Mar 2013 19:50:37 +0400 Subject: [PATCH] Make this test pass in isolation repeatedly --- test/monger/test/inserting_test.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/monger/test/inserting_test.clj b/test/monger/test/inserting_test.clj index 2036b6e..607250d 100644 --- a/test/monger/test/inserting_test.clj +++ b/test/monger/test/inserting_test.clj @@ -89,6 +89,8 @@ (is (= {:rps 10 :eps 20} (:record (mc/find-map-by-id collection id)))))) (deftest test-insert-a-document-with-dbref + (mc/remove "widgets") + (mc/remove "owners") (let [coll1 "widgets" coll2 "owners" oid (ObjectId.)