Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions firestore/v1/query-invalid-operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tests": [
{
"description": "query: invalid operator in Where clause",
"comment": "The != operator is not supported.",
"comment": "The |~| operator is not supported.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
Expand All @@ -13,7 +13,7 @@
"a"
]
},
"op": "!=",
"op": "|~|",
"jsonValue": "4"
}
}
Expand Down