Skip to content

Commit dee9df4

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 595bc94 commit dee9df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/EventProcessorTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void startProcessedMarkedEventReceivedBefore() {
286286
verify(reconciliationDispatcherMock, timeout(100).times(1)).handleExecution(any());
287287
verify(metricsMock, times(1)).reconcileCustomResource(any(HasMetadata.class), isNull(), any());
288288
}
289-
289+
290290
@Test
291291
void notUpdatesEventSourceHandlerIfResourceUpdated() {
292292
TestCustomResource customResource = testCustomResource();

0 commit comments

Comments
 (0)