mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
(fix): update V17 filter test expectation for new Query format
This commit is contained in:
@@ -65,9 +65,9 @@ class V17Test extends TestCase
|
||||
],
|
||||
[
|
||||
'queries' => [
|
||||
'{"method":"cursorAfter","values":["exampleId"]}',
|
||||
'{"method":"search","attribute":"name","values":["example"]}',
|
||||
'{"method":"isNotNull","attribute":"name"}'
|
||||
'{"method":"cursorAfter"}',
|
||||
'{"method":"search"}',
|
||||
'{"method":"isNotNull"}'
|
||||
]
|
||||
],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user