summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/nextSpeakerChecker.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core/src/utils/nextSpeakerChecker.test.ts')
-rw-r--r--packages/core/src/utils/nextSpeakerChecker.test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/core/src/utils/nextSpeakerChecker.test.ts b/packages/core/src/utils/nextSpeakerChecker.test.ts
index 83ce97fd..475b5662 100644
--- a/packages/core/src/utils/nextSpeakerChecker.test.ts
+++ b/packages/core/src/utils/nextSpeakerChecker.test.ts
@@ -71,7 +71,6 @@ describe('checkNextSpeaker', () => {
chatInstance = new GeminiChat(
mockConfigInstance,
mockModelsInstance, // This is the instance returned by mockGoogleGenAIInstance.getGenerativeModel
- 'gemini-pro', // model name
{},
[], // initial history
);