blob: dd8baaf227aa8f7c853dcbaf1e3a2ede189f2b7e [file] [log] [blame]
{
"tests": [
{
"description": "create: Delete cannot appear in data",
"comment": "The Delete sentinel cannot be used in Create, or in Set without a Merge option.",
"create": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": 1, \"b\": \"Delete\"}",
"isError": true
}
}
]
}