mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 04:50:29 -07:00
Disallow unnecessary awaits. (#15172)
This commit is contained in:
committed by
GitHub
parent
eedb6fa9ec
commit
d2f8673c01
@@ -149,7 +149,7 @@ describe('checkpoint utils', () => {
|
||||
] as ToolCallRequestInfo[];
|
||||
|
||||
(mockGitService.createFileSnapshot as Mock).mockResolvedValue('hash123');
|
||||
(mockGeminiClient.getHistory as Mock).mockResolvedValue([
|
||||
(mockGeminiClient.getHistory as Mock).mockReturnValue([
|
||||
{ role: 'user', parts: [] },
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user