You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): remove order-dependent assertions in testExtended
getFolderContentsById has no ORDER BY, so getFolderContents returns
rows in an arbitrary order that varies across DB engines and parallel
runs. Index the result by name instead of relying on array position.
AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Anna Larch <anna@nextcloud.com>
0 commit comments