test(FN-4706): complete Step 4 — stabilize verification gates

Fusion-Task-Id: FN-4706
Fusion-Task-Lineage: 00e9207c-d2dc-4bc4-ae92-4604339bcbc2
This commit is contained in:
Fusion (runfusion.ai)
2026-05-15 21:18:39 -07:00
committed by gsxdsm
parent f337036dd8
commit 82273a47bb
2 changed files with 5 additions and 4 deletions

View File

@@ -56,8 +56,8 @@ const modelSession: ChatSession = {
title: "Model thread",
status: "active",
projectId: null,
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
createdAt: "2026-05-16T00:00:02.000Z",
updatedAt: "2026-05-16T00:00:02.000Z",
};
const modelSessionAnthropic: ChatSession = {
@@ -76,8 +76,8 @@ const agentSession: ChatSession = {
title: null,
status: "active",
projectId: null,
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
createdAt: "2026-05-16T00:00:01.000Z",
updatedAt: "2026-05-16T00:00:01.000Z",
};
const agentTwoSession: ChatSession = {