From 96d88dd5fec62b40fbbba9f4bf2bb49a92511c7e Mon Sep 17 00:00:00 2001 From: Neil <4138956+nwparker@users.noreply.github.com> Date: Tue, 18 Aug 2026 01:49:57 -0700 Subject: [PATCH] fix(tab-bar): restore the tab-results fixture after occupantAgent became required (#15277) --- .../components/tab-bar/TabBarCreateEntry.tab-results.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/components/tab-bar/TabBarCreateEntry.tab-results.test.tsx b/src/renderer/src/components/tab-bar/TabBarCreateEntry.tab-results.test.tsx index 6a01b423fa6..be843eb876c 100644 --- a/src/renderer/src/components/tab-bar/TabBarCreateEntry.tab-results.test.tsx +++ b/src/renderer/src/components/tab-bar/TabBarCreateEntry.tab-results.test.tsx @@ -79,6 +79,7 @@ const tabSearchMock = vi.hoisted(() => { repoName: 'octo/rocket' }), agentMetadata: [], + occupantAgent: null, isCurrentTab: false, isCurrentWorktree: true }))