We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cbf94 commit 6c83b8fCopy full SHA for 6c83b8f
tests/integration/cqlengine/query/test_queryset.py
@@ -608,7 +608,7 @@ def test_order_by_success_case(self):
608
for model, expect in zip(q, expected_order):
609
assert model.attempt_id == expect
610
611
- q = q.order_by('-attempt_id')
+ q = q.order_by().order_by('-attempt_id')
612
expected_order.reverse()
613
614
0 commit comments