mirror of https://github.com/apache/druid.git
Rename SketchAggregationWithSimpleDataTest. (#4105)
Tests that don't end in "Test" won't get run automatically by Maven.
This commit is contained in:
parent
79f1a1d7f0
commit
4b9f975f50
|
@ -55,7 +55,7 @@ import java.util.List;
|
|||
/**
|
||||
*/
|
||||
@RunWith(Parameterized.class)
|
||||
public class SketchAggregationTestWithSimpleData
|
||||
public class SketchAggregationWithSimpleDataTest
|
||||
{
|
||||
@Rule
|
||||
public final TemporaryFolder tempFolder = new TemporaryFolder();
|
||||
|
@ -66,7 +66,7 @@ public class SketchAggregationTestWithSimpleData
|
|||
private File s1;
|
||||
private File s2;
|
||||
|
||||
public SketchAggregationTestWithSimpleData(GroupByQueryConfig config)
|
||||
public SketchAggregationWithSimpleDataTest(GroupByQueryConfig config)
|
||||
{
|
||||
this.config = config;
|
||||
}
|
Loading…
Reference in New Issue