From 035e61c4d74ce16faeafdb4fc065ac10cb808b21 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:31:23 +0800 Subject: [PATCH] Fix incremental merge CI --- tests/test_incremental_merge.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_incremental_merge.py b/tests/test_incremental_merge.py index 527e5ae..1940b9d 100644 --- a/tests/test_incremental_merge.py +++ b/tests/test_incremental_merge.py @@ -101,6 +101,7 @@ chat_data_merged = { "mime": None, "reply": None, "quoted_data": None, + 'reactions': {}, "caption": None, "thumb": None, "sticker": False, @@ -121,6 +122,7 @@ chat_data_merged = { "mime": None, "reply": None, "quoted_data": None, + 'reactions': {}, "caption": None, "thumb": None, "sticker": False, @@ -141,6 +143,7 @@ chat_data_merged = { "mime": None, "reply": None, "quoted_data": None, + 'reactions': {}, "caption": None, "thumb": None, "sticker": False,