diff --git a/x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts b/x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts index 3ddea460e79318..08c8d11987f196 100644 --- a/x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts +++ b/x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts @@ -15,7 +15,7 @@ import { useTimefilter } from '../../contexts/kibana'; jest.mock('../../contexts/kibana'); describe('useSelectedCells', () => { - test('should no set state when the cell selection is correct', () => { + test('should not set state when the cell selection is correct', () => { (useTimefilter() as jest.Mocked).getBounds.mockReturnValue({ min: moment(1498824778 * 1000), max: moment(1502366798 * 1000),