blob: b501b23d03f532fd0fbd7bcaf6b069ca1a66248e [file] [log] [blame]
{
"tests": [
{
"description": "set-merge: Merge fields must all be present in data",
"comment": "The client signals an error if a merge option mentions a path\nthat is not in the input data.",
"set": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"option": {
"fields": [
{
"field": [
"b"
]
},
{
"field": [
"a"
]
}
]
},
"jsonData": "{\"a\": 1}",
"isError": true
}
}
]
}