mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 11:02:26 +00:00
test: clean whatsapp alias assertions
This commit is contained in:
@@ -94,7 +94,7 @@ describe("WhatsApp inbound flat aliases", () => {
|
||||
url: "https://example.com/next.jpg",
|
||||
});
|
||||
|
||||
msg.group!.mentions!.jids = ["first@s.whatsapp.net"];
|
||||
msg.group.mentions.jids = ["first@s.whatsapp.net"];
|
||||
expect(msg.mentions).toEqual(["first@s.whatsapp.net"]);
|
||||
msg.mentionedJids = ["second@s.whatsapp.net"];
|
||||
expect(msg.group?.mentions?.jids).toEqual(["second@s.whatsapp.net"]);
|
||||
|
||||
Reference in New Issue
Block a user