mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-31 02:18:08 +00:00
test: tighten telegram mention assertions
This commit is contained in:
parent
03ac05a3cd
commit
e554bf7376
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ describe("buildTelegramMessageContext requireMention precedence", () => {
|
|||
}),
|
||||
});
|
||||
|
||||
expect(ctx).not.toBeNull();
|
||||
expect(ctx?.ctxPayload).toBeDefined();
|
||||
expect(resolveGroupActivation).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
chatId: -1001234567890,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue