Remove temporary test metadata
This commit is contained in:
parent
d8ff844bfa
commit
28c29a7bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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.) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue