Skip to content

Commit cb6b09b

Browse files
committed
chore: update test case
1 parent 0ffa9eb commit cb6b09b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-app/src/hooks/__tests__/useAppState.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ vi.mock('../useAssistant', () => ({
1111
})),
1212
{
1313
getState: vi.fn(() => ({
14-
currentAssistant: { id: 'test-assistant', name: 'Test Assistant' }
14+
currentAssistant: { id: 'test-assistant', name: 'Test Assistant' },
15+
assistants: [{ id: 'test-assistant', name: 'Test Assistant' }]
1516
}))
1617
}
1718
)

0 commit comments

Comments
 (0)