blob: 71bf4d54a2a45c8550188307ef48bcd067ea45da [file] [log] [blame]
{
"tests": [
{
"description": "update-paths: duplicate field path",
"comment": "The same field cannot occur more than once.",
"updatePaths": {
"docRefPath": "projects/projectID/databases/(default)/documents/C/d",
"fieldPaths": [
{
"field": [
"a"
]
},
{
"field": [
"b"
]
},
{
"field": [
"a"
]
}
],
"jsonValues": [
"1",
"2",
"3"
],
"isError": true
}
}
]
}