Skip to content

Commit

Permalink
Fix the typo of class title O_o
Browse files Browse the repository at this point in the history
Signed-off-by: Jialiang Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 9, 2025
1 parent bb3a5cd commit 124a8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { CatalogCacheManager } from '../../../../../framework/catalog_cache/cach
import { IndexAdvancedSettings } from '../selectors/index_advanced_settings';
import { IndexSettingOptions } from '../selectors/index_setting_options';
import { IndexTypeSelector } from '../selectors/index_type_selector';
import { PreviewSQLDefinition } from '../selectors/preview_sql_defintion';
import { PreviewSQLDefinition } from '../selectors/preview_sql_definition';
import { AccelerationDataSourceSelector } from '../selectors/source_selector';
import { QueryVisualEditor } from '../visual_editors/query_visual_editor';
import { CreateAccelerationButton } from './create_acceleration_button';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import React from 'react';
import { mount } from 'enzyme';
import { act } from 'react-dom/test-utils';
import { PreviewSQLDefinition } from './preview_sql_defintion';
import { PreviewSQLDefinition } from './preview_sql_definition';
import { EuiButton } from '@elastic/eui';
import { coreMock } from './../../../../../../../core/public/mocks';
import { coreMock } from '../../../../../../../core/public/mocks';
import { formValidator, hasError } from '../create/utils';

jest.mock('../visual_editors/query_builder', () => ({
Expand Down
File renamed without changes.

0 comments on commit 124a8e3

Please sign in to comment.