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