bson/testdata/atlas-data-lake-testing/estimatedDocumentCount.json
2025-03-17 20:58:26 +01:00

28 lines
553 B
JSON

{
"collection_name": "driverdata",
"database_name": "test",
"tests": [
{
"description": "estimatedDocumentCount succeeds",
"operations": [
{
"object": "collection",
"name": "estimatedDocumentCount",
"result": 15
}
],
"expectations": [
{
"command_started_event": {
"command": {
"count": "driverdata"
},
"command_name": "count",
"database_name": "test"
}
}
]
}
]
}