mirror of https://github.com/openclaw/openclaw.git
test: remove duplicate direct-enabled whatsapp ack variant
This commit is contained in:
parent
6fa150a890
commit
a597bd26d4
|
|
@ -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: "👀",
|
||||
|
|
|
|||
Loading…
Reference in New Issue