Skip to content

Commit

Permalink
minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 19, 2021
1 parent 5034051 commit 4ca7837
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import fc from 'fast-check';
import { of } from 'rxjs';

import { IndexPattern } from 'src/plugins/data/public';
import { createStubDataView } from '../../../../data_views/common/mocks';
import { IAggConfigs } from '../aggs';
import { Query } from '../..';
import { IndexPatternsContract } from '../..';
Expand Down Expand Up @@ -233,7 +232,6 @@ describe('Search source properties', () => {
const indexPatterns = {
get: jest.fn().mockResolvedValue(searchSourceFields.index),
} as unknown as IndexPatternsContract;

const create = createSearchSource(indexPatterns, searchSourceDependencies);
const serializedFields = searchSource.getSerializedFields(true);

Expand Down

0 comments on commit 4ca7837

Please sign in to comment.