Skip to content

Commit

Permalink
Rename SketchAggregationWithSimpleDataTest. (apache#4105)
Browse files Browse the repository at this point in the history
Tests that don't end in "Test" won't get run automatically by Maven.
  • Loading branch information
gianm authored and fjy committed Mar 23, 2017
1 parent 79f1a1d commit 4b9f975
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
/**
*/
@RunWith(Parameterized.class)
public class SketchAggregationTestWithSimpleData
public class SketchAggregationWithSimpleDataTest
{
@Rule
public final TemporaryFolder tempFolder = new TemporaryFolder();
Expand All @@ -66,7 +66,7 @@ public class SketchAggregationTestWithSimpleData
private File s1;
private File s2;

public SketchAggregationTestWithSimpleData(GroupByQueryConfig config)
public SketchAggregationWithSimpleDataTest(GroupByQueryConfig config)
{
this.config = config;
}
Expand Down

0 comments on commit 4b9f975

Please sign in to comment.