test: debrand queue retry fixtures

This commit is contained in:
Peter Steinberger 2026-03-27 21:58:29 +00:00
parent 884247f8d8
commit be67c0de1d
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ describe("delivery-queue policy", () => {
const result = isEntryEligibleForRecoveryRetry(
{
id: "entry-1",
channel: "whatsapp",
channel: "demo-channel",
to: "+1",
payloads: [{ text: "a" }],
enqueuedAt: now,
@ -72,7 +72,7 @@ describe("delivery-queue policy", () => {
const result = isEntryEligibleForRecoveryRetry(
{
id: "entry-2",
channel: "whatsapp",
channel: "demo-channel",
to: "+1",
payloads: [{ text: "a" }],
enqueuedAt: now - 30_000,