style: format delivery-queue.test.ts
This commit is contained in:
parent
be1d88d1f9
commit
a9fa0064d7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user