Skip to content

Commit 01019c2

Browse files
committed
Deterministic test
1 parent 35a518f commit 01019c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cursor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ async def test_cursor_write_query(db, doc_col, docs):
128128
cursor = await aql.execute(
129129
"""
130130
FOR d IN {col} FILTER d.val == @first OR d.val == @second
131+
SORT d.val
131132
UPDATE {{_key: d._key, _val: @val }} IN {col}
132133
RETURN NEW
133134
""".format(

0 commit comments

Comments
 (0)