mirror of https://github.com/openclaw/openclaw.git
test: trim redundant whatsapp mention-true ack reaction case
This commit is contained in:
parent
93ad783c1b
commit
6fa150a890
|
|
@ -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: "👀",
|
||||
|
|
|
|||
Loading…
Reference in New Issue