From a9fa0064d7fc532bc4f1a6cd9ebca959da801dfa Mon Sep 17 00:00:00 2001 From: Benedikt Schackenberg Date: Fri, 13 Mar 2026 13:50:21 +0000 Subject: [PATCH] style: format delivery-queue.test.ts --- src/infra/outbound/delivery-queue.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/infra/outbound/delivery-queue.test.ts b/src/infra/outbound/delivery-queue.test.ts index 71594789337..f22f82af2ef 100644 --- a/src/infra/outbound/delivery-queue.test.ts +++ b/src/infra/outbound/delivery-queue.test.ts @@ -21,7 +21,9 @@ describe("isPermanentDeliveryError", () => { }); it("detects 'invalid form body'", () => { - expect(isPermanentDeliveryError("Invalid Form Body: content must be 2000 characters or fewer")).toBe(true); + expect( + isPermanentDeliveryError("Invalid Form Body: content must be 2000 characters or fewer"), + ).toBe(true); }); // HTTP status code detection