From 80a26c1f7557848fad0a13023aca200f043d1e16 Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 17 Jul 2026 10:43:30 +0800 Subject: [PATCH] fix(web): update tool call test fixture --- web/src/components/ToolCard/ToolCard.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/ToolCard/ToolCard.test.ts b/web/src/components/ToolCard/ToolCard.test.ts index 1261b6b4..94f6ae54 100644 --- a/web/src/components/ToolCard/ToolCard.test.ts +++ b/web/src/components/ToolCard/ToolCard.test.ts @@ -29,6 +29,8 @@ function makeToolCallChild(overrides: Partial = {}): ToolCallBloc createdAt: 0, startedAt: 0, completedAt: 0, + execStartedAt: null, + execCompletedAt: null, description: null }, children: [],