mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 06:05:15 +00:00
test(telegram): align spooled claim expectations
This commit is contained in:
@@ -980,7 +980,7 @@ describe("TelegramPollingSession", () => {
|
||||
await vi.waitFor(() => expect(events).toEqual(["chatA:start", "chatB"]));
|
||||
expect(
|
||||
(await listTelegramSpooledUpdates({ spoolDir: tempDir })).map((update) => update.updateId),
|
||||
).toEqual([42, 44]);
|
||||
).toEqual([44]);
|
||||
|
||||
releaseFirstChatTurn?.();
|
||||
await vi.waitFor(() =>
|
||||
|
||||
Reference in New Issue
Block a user