From cc91290730b3b91b5f75100bee229b5e59352639 Mon Sep 17 00:00:00 2001 From: 777genius Date: Mon, 13 Apr 2026 20:59:24 +0300 Subject: [PATCH] test(task-logs): align stream tool call count --- .../team/taskLogs/TaskLogStreamSection.integration.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/renderer/components/team/taskLogs/TaskLogStreamSection.integration.test.ts b/test/renderer/components/team/taskLogs/TaskLogStreamSection.integration.test.ts index 00ad81c9..732bc396 100644 --- a/test/renderer/components/team/taskLogs/TaskLogStreamSection.integration.test.ts +++ b/test/renderer/components/team/taskLogs/TaskLogStreamSection.integration.test.ts @@ -379,7 +379,7 @@ describe('TaskLogStreamSection integration', () => { expect(text).toContain('Grep'); expect(text).toContain('Edit'); expect(text).toContain('Claude'); - expect(text).toContain('2 tool calls'); + expect(text).toContain('3 tool calls'); expect(text).toContain('Audit complete'); expect(text).not.toContain('[]'); expect(text).not.toContain('lead session');