Skip to content

Commit 47666cf

Browse files
committed
tests: fix expected ordering in relational_operand (#1205)
1 parent 63ebc38 commit 47666cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_relational_operand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ def test_top_restriction_with_keywords(self, schema_simp_pop):
630630
]
631631
assert key.fetch(as_dict=True) == [
632632
{"id": 2, "key": 6},
633-
{"id": 2, "key": 5},
634633
{"id": 1, "key": 5},
634+
{"id": 2, "key": 5},
635635
{"id": 0, "key": 4},
636636
{"id": 1, "key": 4},
637637
{"id": 2, "key": 4},

0 commit comments

Comments
 (0)