Skip to content

Commit

Permalink
[ML] Fix mocking failure in MlDailyMaintenanceServiceTests elastic#80657
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 11, 2021
1 parent 116b1fa commit afe0af0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ private void assertThatBothTasksAreTriggered(Answer<?> deleteExpiredDataAnswer,
verify(client, Mockito.atLeast(1)).execute(same(DeleteExpiredDataAction.INSTANCE), any(), any());
verify(client, Mockito.atLeast(1)).execute(same(GetJobsAction.INSTANCE), any(), any());
verify(mlAssignmentNotifier, Mockito.atLeast(1)).auditUnassignedMlTasks(any(), any());
verifyNoMoreInteractions(client, mlAssignmentNotifier);
}

public void testJobInDeletingStateAlreadyHasDeletionTask() throws InterruptedException {
Expand Down

0 comments on commit afe0af0

Please sign in to comment.