Skip to content

Commit 2a85681

Browse files
author
A. Jesse Jiryu Davis
committed
test_large_limit debugging
1 parent 770cde3 commit 2a85681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@ def test_group_with_scope(self):
11541154
def test_large_limit(self):
11551155
db = self.db
11561156
db.drop_collection("test")
1157+
db.test.create_index([('x', 1)])
11571158

11581159
for i in range(2000):
11591160
db.test.insert({"x": i, "y": "mongomongo" * 1000}, safe=True)

0 commit comments

Comments
 (0)