blob: 6f1d152a7077454f8c330e1588fe55f253c1632d [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: prefix #2",
"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"
]
},
{
"field": [
"a",
"b"
]
}
],
"jsonValues": [
"1",
"2"
],
"isError": true
}
}
]
}