Skip to content

Commit 206c46a

Browse files
authored
Update create_select_handler.test.ts
1 parent 64444ae commit 206c46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vis_type_timeseries/public/application/components/lib/create_select_handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('createSelectHandler', () => {
2929
changeHandler = createSelectHandler(handleChange);
3030
});
3131

32-
test('should calls handleChange() function the with correct data', () => {
32+
test('should calls handleChange() function with the correct data', () => {
3333
const fn = changeHandler('test');
3434

3535
fn([{ value: 'foo', label: 'foo' }]);

0 commit comments

Comments
 (0)