mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 06:00:23 +00:00
chore: Fix types in tests 42/N.
This commit is contained in:
@@ -370,6 +370,7 @@ describe("resolveGroupRequireMention", () => {
|
||||
GroupSpace: "145",
|
||||
};
|
||||
const groupResolution: GroupKeyResolution = {
|
||||
key: "discord:group:123",
|
||||
channel: "discord",
|
||||
id: "123",
|
||||
chatType: "group",
|
||||
@@ -394,6 +395,7 @@ describe("resolveGroupRequireMention", () => {
|
||||
GroupSubject: "#general",
|
||||
};
|
||||
const groupResolution: GroupKeyResolution = {
|
||||
key: "slack:group:C123",
|
||||
channel: "slack",
|
||||
id: "C123",
|
||||
chatType: "group",
|
||||
|
||||
Reference in New Issue
Block a user