blob: 0bc1c0e812de2b43c0ea6c9b07f304bb72e74877 [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: prefix #1",
"comment": "In the input data, one field cannot be a prefix of another.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a",
"b"
]
},
{
"field": [
"a"
]
}
],
"jsonValues": [
"1",
"2"
],
"isError": true
}
}
]
}