diff --git a/src/channels/ack-reactions.test.ts b/src/channels/ack-reactions.test.ts index e5c456d903b..73891720867 100644 --- a/src/channels/ack-reactions.test.ts +++ b/src/channels/ack-reactions.test.ts @@ -130,18 +130,6 @@ describe("shouldAckReaction", () => { describe("shouldAckReactionForWhatsApp", () => { it("respects direct and group modes", () => { - expect( - shouldAckReactionForWhatsApp({ - emoji: "👀", - isDirect: true, - isGroup: false, - directEnabled: true, - groupMode: "mentions", - wasMentioned: false, - groupActivated: false, - }), - ).toBe(true); - expect( shouldAckReactionForWhatsApp({ emoji: "👀",