We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bf75c commit a131f48Copy full SHA for a131f48
test/asynchronous/test_examples.py
@@ -842,7 +842,6 @@ async def test_aggregate_examples(self):
842
db = self.db
843
844
# Start Aggregation Example 1
845
-
846
await db.sales.aggregate([{"$match": {"items.fruit": "banana"}}, {"$sort": {"date": 1}}])
847
# End Aggregation Example 1
848
test/test_examples.py
@@ -842,7 +842,6 @@ def test_aggregate_examples(self):
db.sales.aggregate([{"$match": {"items.fruit": "banana"}}, {"$sort": {"date": 1}}])
0 commit comments