mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:34:35 +00:00
chore: Fix types in tests 33/N.
This commit is contained in:
@@ -31,7 +31,7 @@ describe("resolveMessagingTarget (directory fallback)", () => {
|
||||
});
|
||||
|
||||
it("uses live directory fallback and caches the result", async () => {
|
||||
const entry: ChannelDirectoryEntry = { id: "123456789", name: "support" };
|
||||
const entry: ChannelDirectoryEntry = { kind: "group", id: "123456789", name: "support" };
|
||||
mocks.listGroups.mockResolvedValue([]);
|
||||
mocks.listGroupsLive.mockResolvedValue([entry]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user