fix: make channel fixture timestamps deterministic

This commit is contained in:
Vincent Koc 2026-04-29 13:37:23 -07:00
parent e98ab47d52
commit e9bccb6ad1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@
"messageId": "ks_channel_d813aa04",
"conversationId": "kitchen-demo",
"channelId": "kitchen-demo",
"timestamp": 1777494734068,
"timestamp": 1777334400000,
"deliveryStatus": "sent",
"transport": "kitchen-sink-local",
"meta": {

View File

@ -356,7 +356,7 @@ export function createKitchenChannelDelivery({ kind = "text", text = "", to = "k
messageId: id,
conversationId: normalizedTo,
channelId: normalizedTo,
timestamp: Date.now(),
timestamp: Date.UTC(2026, 3, 28, 0, 0, 0),
deliveryStatus: "sent",
transport: "kitchen-sink-local",
meta: {