mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Tests: Fixing typo in class name of InternalGlobalTests
Renaming from InternalGlogbalTests -> InternalGlobalTests
This commit is contained in:
parent
cee76295ca
commit
8f540346a9
@ -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) {
|
Loading…
x
Reference in New Issue
Block a user