mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 23:14:32 -07:00
429 fix (#1668)
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user