Skip to content

Commit

Permalink
Deterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Feb 13, 2025
1 parent 35a518f commit 01019c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cursor.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ async def test_cursor_write_query(db, doc_col, docs):
cursor = await aql.execute(
"""
FOR d IN {col} FILTER d.val == @first OR d.val == @second
SORT d.val
UPDATE {{_key: d._key, _val: @val }} IN {col}
RETURN NEW
""".format(
Expand Down

0 comments on commit 01019c2

Please sign in to comment.