mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:17:39 +00:00
test: remove duplicate direct-enabled whatsapp ack variant
This commit is contained in:
@@ -130,18 +130,6 @@ describe("shouldAckReaction", () => {
|
|||||||
|
|
||||||
describe("shouldAckReactionForWhatsApp", () => {
|
describe("shouldAckReactionForWhatsApp", () => {
|
||||||
it("respects direct and group modes", () => {
|
it("respects direct and group modes", () => {
|
||||||
expect(
|
|
||||||
shouldAckReactionForWhatsApp({
|
|
||||||
emoji: "👀",
|
|
||||||
isDirect: true,
|
|
||||||
isGroup: false,
|
|
||||||
directEnabled: true,
|
|
||||||
groupMode: "mentions",
|
|
||||||
wasMentioned: false,
|
|
||||||
groupActivated: false,
|
|
||||||
}),
|
|
||||||
).toBe(true);
|
|
||||||
|
|
||||||
expect(
|
expect(
|
||||||
shouldAckReactionForWhatsApp({
|
shouldAckReactionForWhatsApp({
|
||||||
emoji: "👀",
|
emoji: "👀",
|
||||||
|
|||||||
Reference in New Issue
Block a user