Skip to content

Commit be12ec4

Browse files
committed
OAK-11734: Update inferenceConfigTest to check status is updated properly
1 parent 3711b30 commit be12ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/inference/ElasticInferenceUsingConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
public class ElasticInferenceUsingConfigTest extends ElasticAbstractQueryTest {
8484

8585
private static final Logger LOG = LoggerFactory.getLogger(ElasticInferenceUsingConfigTest.class);
86-
private static ObjectMapper MAPPER = new JsonMapper();
86+
private static ObjectMapper MAPPER = new JsonMapper();
8787

8888
private ScheduledExecutorService executorService;
8989
private StatisticsProvider statisticsProvider;

0 commit comments

Comments
 (0)