Skip to content

Commit d42a64e

Browse files
committed
[ML] fix typo
1 parent 3a948fc commit d42a64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/public/application/explorer/hooks/use_selected_cells.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { useTimefilter } from '../../contexts/kibana';
1515
jest.mock('../../contexts/kibana');
1616

1717
describe('useSelectedCells', () => {
18-
test('should no set state when the cell selection is correct', () => {
18+
test('should not set state when the cell selection is correct', () => {
1919
(useTimefilter() as jest.Mocked<TimefilterContract>).getBounds.mockReturnValue({
2020
min: moment(1498824778 * 1000),
2121
max: moment(1502366798 * 1000),

0 commit comments

Comments
 (0)