diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx b/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx index 9d963a9e638..d61f1760434 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.test.tsx @@ -453,7 +453,7 @@ describe('useSlashCommandProcessor', () => { ); }); - it('sets isProcessing to false if the the input is not a command', async () => { + it('sets isProcessing to false if the input is not a command', async () => { const setMockIsProcessing = vi.fn(); const result = await setupProcessorHook({ setIsProcessing: setMockIsProcessing,