From f35c902bd6c09dc471be941ca1ccbb935aca7ed7 Mon Sep 17 00:00:00 2001 From: Brandon Wise Date: Mon, 23 Feb 2026 10:35:29 -0500 Subject: [PATCH] style: fix oxfmt formatting in targets.test.ts --- src/infra/outbound/targets.test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/infra/outbound/targets.test.ts b/src/infra/outbound/targets.test.ts index c9976414e..52d820437 100644 --- a/src/infra/outbound/targets.test.ts +++ b/src/infra/outbound/targets.test.ts @@ -366,12 +366,12 @@ describe("resolveSessionDeliveryTarget — cross-channel reply guard (#24152)", entry: { sessionId: "sess-shared", updatedAt: 1, - lastChannel: "slack", // <- concurrently overwritten - lastTo: "U0AEMECNCBV", // <- Slack user (wrong target) + lastChannel: "slack", // <- concurrently overwritten + lastTo: "U0AEMECNCBV", // <- Slack user (wrong target) }, requestedChannel: "last", - turnSourceChannel: "whatsapp", // <- originated from WhatsApp - turnSourceTo: "+66972796305", // <- WhatsApp user (correct target) + turnSourceChannel: "whatsapp", // <- originated from WhatsApp + turnSourceTo: "+66972796305", // <- WhatsApp user (correct target) }); expect(resolved.channel).toBe("whatsapp");