From c7337197d587f88d31e3599f53622d82c89968f5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:02:56 +0000 Subject: [PATCH] ci: apply automated fixes --- apps/workflows/src/checker/private-location.test.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/workflows/src/checker/private-location.test.ts b/apps/workflows/src/checker/private-location.test.ts index 742367cf..6b4c8580 100644 --- a/apps/workflows/src/checker/private-location.test.ts +++ b/apps/workflows/src/checker/private-location.test.ts @@ -131,7 +131,11 @@ describe("updateStatusPrivate", () => { mockEmailSendDegraded = stub(providerToFunction.email, "sendDegraded", () => Promise.resolve(), ) as AnyStub; - stubs.push(mockEmailSendAlert, mockEmailSendRecovery, mockEmailSendDegraded); + stubs.push( + mockEmailSendAlert, + mockEmailSendRecovery, + mockEmailSendDegraded, + ); }); afterEach(async () => { -- 2.51.2