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

View File

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