test(cli): fix type errors and lint in console patcher tests

This commit is contained in:
Cynthia Long
2026-03-16 21:45:11 +00:00
parent c6f6fb00c9
commit 04eb2ee9a3
2 changed files with 19 additions and 15 deletions
+2 -2
View File
@@ -241,8 +241,8 @@ describe('runNonInteractive', () => {
const events: ServerGeminiStreamEvent[] = [
{
type: GeminiEventType.DONE,
metrics: { ...MOCK_SESSION_METRICS },
type: GeminiEventType.Finished,
value: { reason: undefined, usageMetadata: undefined },
},
];
mockGeminiClient.sendMessageStream.mockReturnValueOnce(