Files
multica/server
Naiyuan Qing f3db9dce4e fix(test): align grouped-issues pagination test with new default sort (MUL-2314)
The default ListGroupedIssues sort changed from `position ASC` to
`created_at DESC, id DESC` in c462c80b. This test had its expected
order hard-coded to the old position-ASC sequence, so backend CI was
failing on it.

Add sub-millisecond sleeps between creates so created_at is
monotonically distinct, then flip the expected order to newest-first.
No handler change — the fix is in the test assertions.

Co-authored-by: multica-agent <github@multica.ai>
2026-05-18 15:01:39 +08:00
..