Remove unneeded mockRestore()s from tests (#919)

This commit is contained in:
Seth Troisi 2025-06-10 20:32:00 -07:00 committed by GitHub
parent 3372fd8df8
commit fb6e2927f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 28 deletions

View file

@ -214,8 +214,6 @@ describe('API Key Handling', () => {
'Both GEMINI_API_KEY and GOOGLE_API_KEY are set. Using GOOGLE_API_KEY.',
);
expect(result.getApiKey()).toBe('google-key');
consoleWarnSpy.mockRestore();
});
});