mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
test(telegram): remove duplicate reaction case (#129848)
Amp-Thread-ID: https://ampcode.com/threads/T-01a037b5-3918-749f-90bd-5c9ac1dced16 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
4426f8d69d
commit
d670f20be2
@@ -98,7 +98,6 @@ describe("Telegram reaction presentation", () => {
|
||||
["☃️", "☃"],
|
||||
["❤️🔥", "❤🔥"],
|
||||
["🤷♂️", "🤷♂"],
|
||||
["✅", "✅"],
|
||||
["👍🏻", "👍🏻"],
|
||||
])("sends %s using its Telegram wire representation %s", async (input, expected) => {
|
||||
botApi.setMessageReaction.mockResolvedValue(true);
|
||||
|
||||
Reference in New Issue
Block a user