blob: 9424da130565df3abd596e6ac090e6287d779efb [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: empty field path",
"comment": "A FieldPath of length zero is invalid.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": []
}
],
"jsonValues": [
"1"
],
"isError": true
}
}
]
}