mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
fix(hooks): remove unnecessary logging for hook registration (#18332)
This commit is contained in:
@@ -90,7 +90,7 @@ describe('HookRegistry', () => {
|
||||
await hookRegistry.initialize();
|
||||
|
||||
expect(hookRegistry.getAllHooks()).toHaveLength(0);
|
||||
expect(mockDebugLogger.log).toHaveBeenCalledWith(
|
||||
expect(mockDebugLogger.debug).toHaveBeenCalledWith(
|
||||
'Hook registry initialized with 0 hook entries',
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user