diff --git a/src/channels/ack-reactions.test.ts b/src/channels/ack-reactions.test.ts index 8303d265f33..e5c456d903b 100644 --- a/src/channels/ack-reactions.test.ts +++ b/src/channels/ack-reactions.test.ts @@ -180,18 +180,6 @@ describe("shouldAckReactionForWhatsApp", () => { }); it("honors mentions or activation for group-mentions", () => { - expect( - shouldAckReactionForWhatsApp({ - emoji: "👀", - isDirect: false, - isGroup: true, - directEnabled: true, - groupMode: "mentions", - wasMentioned: true, - groupActivated: false, - }), - ).toBe(true); - expect( shouldAckReactionForWhatsApp({ emoji: "👀",