style: fix oxfmt formatting in targets.test.ts

This commit is contained in:
Brandon Wise
2026-02-23 10:35:29 -05:00
committed by Peter Steinberger
parent 455fbc6b6d
commit f35c902bd6

View File

@@ -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");