Skip to content

Commit e0a14ae

Browse files
committed
Fix error in completion tests
1 parent f5f34ed commit e0a14ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/completion/CompletionOperatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class CompletionOperatorTests extends InferenceOperatorTestCase<ChatCompl
2828
private static final String SIMPLE_INFERENCE_ID = "test_completion";
2929

3030
@Override
31-
protected Operator.OperatorFactory simple() {
31+
protected Operator.OperatorFactory simple(SimpleOptions options) {
3232
return new CompletionOperator.Factory(mockedSimpleInferenceRunner(), SIMPLE_INFERENCE_ID, evaluatorFactory(0));
3333
}
3434

0 commit comments

Comments
 (0)