blob: 064164dc0d89d558e91b9b0fe9091f9e481e3209 [file] [log] [blame]
{
"tests": [
{
"description": "query: invalid operator in Where clause",
"comment": "The != operator is not supported.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"a"
]
},
"op": "!=",
"jsonValue": "4"
}
}
],
"isError": true
}
}
]
}