Tests: Fixing typo in class name of InternalGlobalTests

Renaming from InternalGlogbalTests -> InternalGlobalTests
This commit is contained in:
Christoph Büscher 2017-04-18 16:26:25 +02:00
parent cee76295ca
commit 8f540346a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.elasticsearch.search.aggregations.pipeline.PipelineAggregator;
import java.util.List;
import java.util.Map;
public class InternalGlogbalTests extends InternalSingleBucketAggregationTestCase<InternalGlobal> {
public class InternalGlobalTests extends InternalSingleBucketAggregationTestCase<InternalGlobal> {
@Override
protected InternalGlobal createTestInstance(String name, long docCount, InternalAggregations aggregations,
List<PipelineAggregator> pipelineAggregators, Map<String, Object> metaData) {