Skip to content

Commit ac39991

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 2c0d9d7 commit ac39991

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/adaptiveallocations/AdaptiveAllocationsScalerServiceTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ public void test_scaleDownToZero_whenNoRequests() {
286286
verifyNoMoreInteractions(client, clusterService);
287287
reset(client, clusterService);
288288

289-
290289
// First cycle: 1 inference request, so no need for scaling.
291290
when(client.threadPool()).thenReturn(threadPool);
292291
doAnswer(invocationOnMock -> {

0 commit comments

Comments
 (0)