Adapting to change in ESClientYamlSuiteTestCase api
This commit is contained in:
parent
dbef96c69e
commit
d013a2c8f1
|
@ -35,6 +35,6 @@ public class RankEvalYamlIT extends ESClientYamlSuiteTestCase {
|
||||||
|
|
||||||
@ParametersFactory
|
@ParametersFactory
|
||||||
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
|
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
|
||||||
return ESClientYamlSuiteTestCase.createParameters(0, 1);
|
return ESClientYamlSuiteTestCase.createParameters();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue