Adapting to change in ESClientYamlSuiteTestCase api

This commit is contained in:
Christoph Büscher 2016-11-08 11:30:36 +01:00
parent dbef96c69e
commit d013a2c8f1
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ public class RankEvalYamlIT extends ESClientYamlSuiteTestCase {
@ParametersFactory
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
return ESClientYamlSuiteTestCase.createParameters(0, 1);
return ESClientYamlSuiteTestCase.createParameters();
}
}