Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Apr 6, 2022
1 parent 54c32ff commit 21cf29a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions x-pack/plugins/maps/public/selectors/map_selectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,7 @@ describe('getQueryableUniqueIndexPatternIds', () => {
const waitingForMapReadyLayerList: VectorLayerDescriptor[] =
[] as unknown as VectorLayerDescriptor[];
expect(
getQueryableUniqueIndexPatternIds.resultFunc(
layerList,
waitingForMapReadyLayerList
)
getQueryableUniqueIndexPatternIds.resultFunc(layerList, waitingForMapReadyLayerList)
).toEqual(['foo', 'bar']);
});

Expand All @@ -278,10 +275,7 @@ describe('getQueryableUniqueIndexPatternIds', () => {
createWaitLayerDescriptorMock({ indexPatternId: 'foo' }),
] as unknown as VectorLayerDescriptor[];
expect(
getQueryableUniqueIndexPatternIds.resultFunc(
layerList,
waitingForMapReadyLayerList
)
getQueryableUniqueIndexPatternIds.resultFunc(layerList, waitingForMapReadyLayerList)
).toEqual(['foo', 'fbr']);
});
});

0 comments on commit 21cf29a

Please sign in to comment.