summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/nextSpeakerChecker.test.ts
diff options
context:
space:
mode:
authorBryan Morgan <[email protected]>2025-06-25 21:45:38 -0400
committerGitHub <[email protected]>2025-06-26 01:45:38 +0000
commitbb797ded7d15003dfec7a68ff82764d7a2c44458 (patch)
treeed7af7f2dae0d9a838610d3248ee957b813b07c3 /packages/core/src/utils/nextSpeakerChecker.test.ts
parentb6b9923dc3b80a73fdee3a3ccd6070c8cfb551cd (diff)
429 fix (#1668)
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
);