Skip to content

Commit 285b939

Browse files
committed
More spotless fixes
1 parent 6fa25ea commit 285b939

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/support/SecurityMigrationExecutorTests.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,7 @@ public int minMappingVersion() {
213213
}))
214214
);
215215

216-
securityMigrationExecutor.nodeOperation(
217-
mockTask,
218-
new SecurityMigrationTaskParams(0, true),
219-
mock(PersistentTaskState.class)
220-
);
216+
securityMigrationExecutor.nodeOperation(mockTask, new SecurityMigrationTaskParams(0, true), mock(PersistentTaskState.class));
221217
verify(mockTask, times(1)).markAsFailed(any());
222218
verify(mockTask, times(0)).markAsCompleted();
223219
}

0 commit comments

Comments
 (0)