mongo-python-driver/test/unified-test-format/invalid/runOnRequirement-maxServerVersion-pattern.json
2020-12-21 19:22:29 -08:00

16 lines
250 B
JSON

{
"description": "runOnRequirement-maxServerVersion-pattern",
"schemaVersion": "1.0",
"runOnRequirements": [
{
"maxServerVersion": "1.2.3.4"
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}