blob: 45823b22848333456a8a065eddf35469e400c345 [file] [log] [blame]
{
"tests": [
{
"description": "query: cursor method without orderBy",
"comment": "If a cursor method with a list of values is provided, there must be at least as many\nexplicit orderBy clauses as values.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"startAt": {
"jsonValues": [
"2"
]
}
}
],
"isError": true
}
}
]
}