blob: 56bdc435daff47974dd5d061421e5048b36f7552 [file] [log] [blame]
{
"tests": [
{
"description": "create: The ServerTimestamp sentinel cannot be in an ArrayUnion",
"comment": "The ServerTimestamp sentinel must be the value of a field. It may\nnot appear in an ArrayUnion.",
"create": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"jsonData": "{\"a\": [\"ArrayRemove\", 1, \"ServerTimestamp\", 3]}",
"isError": true
}
}
]
}