mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 13:44:03 +00:00
test(delivery-queue): align test assertion with 'next startup' log message
This commit is contained in:
committed by
Peter Steinberger
parent
ca778b3f3c
commit
329e539796
@@ -463,7 +463,7 @@ describe("delivery-queue", () => {
|
||||
const remaining = await loadPendingDeliveries(tmpDir);
|
||||
expect(remaining).toHaveLength(3);
|
||||
|
||||
expect(log.warn).toHaveBeenCalledWith(expect.stringContaining("deferred to next restart"));
|
||||
expect(log.warn).toHaveBeenCalledWith(expect.stringContaining("deferred to next startup"));
|
||||
});
|
||||
|
||||
it("defers entries until backoff becomes eligible", async () => {
|
||||
|
||||
Reference in New Issue
Block a user