Skip to content

Commit

Permalink
fix lint :/
Browse files Browse the repository at this point in the history
  • Loading branch information
markjhoy committed Oct 9, 2024
1 parent f396bee commit 285b22d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import React from 'react';
import { mount, shallow, ShallowWrapper } from 'enzyme';

import { EuiEmptyPrompt } from '@elastic/eui';
import { IntlProvider } from '@kbn/i18n-react';

import { SampleEngineCreationCta } from '../../sample_engine_creation_cta';

import { EmptyState } from '.';
import { IntlProvider } from 'react-intl';

describe('EmptyState', () => {
describe('when the user can manage/create engines', () => {
Expand Down

0 comments on commit 285b22d

Please sign in to comment.