mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 16:21:15 +00:00
test(ci): align discord ack removal expectation
This commit is contained in:
@@ -583,7 +583,7 @@ describe("processDiscordMessage ack reactions", () => {
|
||||
await runProcessDiscordMessage(ctx);
|
||||
|
||||
expect(getReactionEmojis()).toEqual(["👀"]);
|
||||
expectRemoveAckCallAt(1, "👀", {
|
||||
expectRemoveAckCallAt(0, "👀", {
|
||||
accountId: "default",
|
||||
ackReaction: "👀",
|
||||
removeAckAfterReply: true,
|
||||
|
||||
Reference in New Issue
Block a user