mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-02 18:13:27 +02:00
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>