mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 09:41:17 -07:00
refactor: use CoreToolCallStatus in the the history data model (#19033)
This commit is contained in:
@@ -1003,7 +1003,7 @@ describe('useSlashCommandProcessor', () => {
|
||||
command: '/fail',
|
||||
expectedLog: {
|
||||
command: 'fail',
|
||||
status: 'error',
|
||||
status: SlashCommandStatus.ERROR,
|
||||
subcommand: undefined,
|
||||
},
|
||||
desc: 'failure event for failed command',
|
||||
|
||||
Reference in New Issue
Block a user