mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 12:14:46 +00:00
test(telegram): type targeted stop metadata stubs
This commit is contained in:
@@ -91,7 +91,7 @@ describe("getTelegramSequentialKey", () => {
|
||||
],
|
||||
[
|
||||
{
|
||||
me: { username: "openclaw_bot" },
|
||||
me: { username: "openclaw_bot" } as never,
|
||||
message: mockMessage({
|
||||
chat: mockChat({ id: -100, type: "supergroup", is_forum: true }),
|
||||
is_topic_message: true,
|
||||
@@ -103,7 +103,7 @@ describe("getTelegramSequentialKey", () => {
|
||||
],
|
||||
[
|
||||
{
|
||||
me: { username: "openclaw_bot" },
|
||||
me: { username: "openclaw_bot" } as never,
|
||||
message: mockMessage({
|
||||
chat: mockChat({ id: -100, type: "supergroup", is_forum: true }),
|
||||
is_topic_message: true,
|
||||
|
||||
Reference in New Issue
Block a user