fix(search): sort search results by received date descending (#520)

This commit was merged in pull request #520.
This commit is contained in:
Bot of Thomas Güttler
2026-06-07 04:24:24 +02:00
parent e2bb299300
commit 76f2635700
3 changed files with 70 additions and 4 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ void main() {
tearDown(() => db.close());
test('chaos monkey — random operations do not crash the repository',
() async {
timeout: Timeout.none, () async {
final seedStr = _env('CHAOS_SEED');
final seed = seedStr.isEmpty
? DateTime.now().millisecondsSinceEpoch