Use a better name for unit test method
This commit is contained in:
parent
d9bc2693a3
commit
2ba508a761
|
@ -243,7 +243,7 @@ public class BucketScriptIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
public void testInlineScript3() {
|
||||
public void testInlineScriptWithDateRange() {
|
||||
SearchResponse response = client()
|
||||
.prepareSearch("idx")
|
||||
.addAggregation(
|
||||
|
|
Loading…
Reference in New Issue