willholley commented on a change in pull request #818: Rename selector to 
partialfilterselector in indexes
URL: https://github.com/apache/couchdb/pull/818#discussion_r139372354
 
 

 ##########
 File path: src/mango/test/03-operator-test.py
 ##########
 @@ -185,7 +185,7 @@ def test_lt_includes_null_but_not_missing(self):
 
     def test_lte_includes_null_but_not_missing(self):
         docs = self.db.find({
-                "twitter": {"$lt": 1}
+                "twitter": {"$lte": 1}
 
 Review comment:
   move this into a separate PR as it's unrelated
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to