mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 05:30:44 +00:00
test: tighten telegram mention assertions
This commit is contained in:
@@ -72,7 +72,7 @@ describe("buildTelegramMessageContext requireMention precedence", () => {
|
||||
}),
|
||||
});
|
||||
|
||||
expect(ctx).not.toBeNull();
|
||||
expect(ctx?.ctxPayload).toBeDefined();
|
||||
expect(resolveGroupActivation).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
chatId: -1001234567890,
|
||||
|
||||
Reference in New Issue
Block a user