mongo-python-driver/test/unified-test-format/invalid/test-expectEvents-minItems.json
Shane Harvey c663fb69cc
PYTHON-2856 Properly assert 0 events in snapshot reads tests (#697)
expectEvents must be non-empty if present.
2021-08-09 12:50:15 -07:00

12 lines
183 B
JSON

{
"description": "test-expectEvents-minItems",
"schemaVersion": "1.0",
"tests": [
{
"description": "foo",
"operations": [],
"expectEvents": []
}
]
}