style: fix oxfmt formatting in targets.test.ts
This commit is contained in:
committed by
Peter Steinberger
parent
455fbc6b6d
commit
f35c902bd6
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user