mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
test: remove duplicate direct chat mock
This commit is contained in:
@@ -77,7 +77,6 @@ vi.mock("./groups.js", () => ({
|
||||
buildDirectChatContext: vi.fn().mockReturnValue(""),
|
||||
buildGroupIntro: vi.fn().mockReturnValue(""),
|
||||
buildGroupChatContext: vi.fn().mockReturnValue(""),
|
||||
buildDirectChatContext: vi.fn().mockReturnValue(""),
|
||||
}));
|
||||
|
||||
vi.mock("./inbound-meta.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user