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:
Peter Steinberger
2026-08-25 21:10:22 -07:00
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);