From 28c29a7bae06c514542012cdd3320a2214758818 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 23 Nov 2012 07:24:25 +0400 Subject: [PATCH] Remove temporary test metadata --- test/monger/test/querying_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/querying_test.clj b/test/monger/test/querying_test.clj index 89c83d3..74939e7 100644 --- a/test/monger/test/querying_test.clj +++ b/test/monger/test/querying_test.clj @@ -75,7 +75,7 @@ (is (= 2 (count result))) (is (= [doc1 doc3] result)))) -(deftest ^{:focus true} query-with-sorting-on-multiple-fields +(deftest query-with-sorting-on-multiple-fields (let [coll "docs" doc1 { :a 1 :b 2 :c 3 :text "Whatever" :_id (ObjectId.) } doc2 { :a 1 :b 1 :c 4 :text "Blah " :_id (ObjectId.) }