From a4775816052c777efce71e22b6304293167abe7f Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 17 May 2026 05:58:19 +0800 Subject: [PATCH] auto-sync: 2026-05-17 05:58:19 --- tests/test_health.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_health.py b/tests/test_health.py index 4699dcb..9e28ad0 100644 --- a/tests/test_health.py +++ b/tests/test_health.py @@ -192,7 +192,7 @@ class TestRecovery: try: rows = conn.execute( "SELECT * FROM observations WHERE observer='daemon' " - "ORDER BY created_at DESC" + "ORDER BY id DESC" ).fetchall() finally: conn.close()