Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Apr 13, 2022
1 parent 06a9d79 commit 753884e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { findTestSubject } from '@elastic/eui/lib/test';
import { mountWithIntl, stubWebWorker } from '@kbn/test-jest-helpers'; // eslint-disable-line no-unused-vars
import { init as initHttpRequests } from '../client_integration/helpers/http_requests';

import { BASE_PATH, API_BASE_PATH } from '../../common/constants';
import { BASE_PATH } from '../../common/constants';
import { AppWithoutRouter } from '../../public/application/app';
import { AppContextProvider } from '../../public/application/app_context';
import { loadIndicesSuccess } from '../../public/application/store/actions';
Expand Down Expand Up @@ -187,7 +187,6 @@ describe('index table', () => {
httpRequestsMockHelpers.setReloadIndicesResponse(indices);
});


test('should change pages when a pagination link is clicked on', async () => {
const rendered = mountWithIntl(component);
await runAllPromises();
Expand Down

0 comments on commit 753884e

Please sign in to comment.