Skip to content

Commit

Permalink
[ML] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Dec 21, 2020
1 parent 3a948fc commit d42a64e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<TimefilterContract>).getBounds.mockReturnValue({
min: moment(1498824778 * 1000),
max: moment(1502366798 * 1000),
Expand Down

0 comments on commit d42a64e

Please sign in to comment.