Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Mar 7, 2020
1 parent 2958ba7 commit cc08409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('ESGeoGridSource', () => {
};
};

it('getMetricFields should remove incomplete metric aggregations. Smaller tests t', async () => {
it('getMetricFields should remove incomplete metric aggregations.', async () => {
const fields = await geogridSource.getFields();
const fieldsMeta = await Promise.all(fields.map(getFieldMeta));
expect(
Expand Down

0 comments on commit cc08409

Please sign in to comment.