mirror of https://github.com/openclaw/openclaw.git
test(ci): align discord ack removal expectation
This commit is contained in:
parent
911e3974f7
commit
54cd0859d3
|
|
@ -583,7 +583,7 @@ describe("processDiscordMessage ack reactions", () => {
|
|||
await runProcessDiscordMessage(ctx);
|
||||
|
||||
expect(getReactionEmojis()).toEqual(["👀"]);
|
||||
expectRemoveAckCallAt(1, "👀", {
|
||||
expectRemoveAckCallAt(0, "👀", {
|
||||
accountId: "default",
|
||||
ackReaction: "👀",
|
||||
removeAckAfterReply: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue