test(cli): update useGeminiStream tests for unique thought items

This commit is contained in:
Keith Guerin
2026-02-10 00:51:59 -08:00
parent 5708e5f3e2
commit 2f1b86a7e9

View File

@@ -2793,7 +2793,6 @@ describe('useGeminiStream', () => {
type: 'thinking',
thought: expect.objectContaining({ subject: 'Full thought' }),
}),
expect.any(Number),
);
});