From e59e18251b64606563680efcdba99520933e1b70 Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Thu, 5 Jun 2025 13:26:38 -0700 Subject: Introduce generate content interface (#755) --- packages/core/src/utils/nextSpeakerChecker.test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/core/src/utils') diff --git a/packages/core/src/utils/nextSpeakerChecker.test.ts b/packages/core/src/utils/nextSpeakerChecker.test.ts index 872e00f6..2514c99d 100644 --- a/packages/core/src/utils/nextSpeakerChecker.test.ts +++ b/packages/core/src/utils/nextSpeakerChecker.test.ts @@ -69,7 +69,6 @@ describe('checkNextSpeaker', () => { // GeminiChat will receive the mocked instances via the mocked GoogleGenAI constructor chatInstance = new GeminiChat( - mockGoogleGenAIInstance, // This will be the instance returned by the mocked GoogleGenAI constructor mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel 'gemini-pro', // model name {}, -- cgit v1.2.3