mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 03:11:25 +00:00
test(discord): fix updated test harness mocks
This commit is contained in:
@@ -69,7 +69,6 @@ describe("handleDiscordMessageAction", () => {
|
||||
|
||||
it("forwards legacy embeds for send", async () => {
|
||||
sendMessageDiscord.mockClear();
|
||||
const handleDiscordMessageAction = await loadHandleDiscordMessageAction();
|
||||
|
||||
const embeds = [{ title: "Legacy", description: "Use components v2." }];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user