Skip to content

Commit 47ee101

Browse files
committed
format
1 parent 8bd3428 commit 47ee101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void reScheduleOnlyIfNotExecutedEventsReceivedMeanwhile() throws InterruptedExce
231231

232232
verify(retryTimerEventSourceMock,
233233
after((long) (FAKE_CONTROLLER_EXECUTION_DURATION * 1.5)).times(0))
234-
.scheduleOnce((ResourceID) any(), eq(testDelay));
234+
.scheduleOnce((ResourceID) any(), eq(testDelay));
235235
}
236236

237237
@Test

0 commit comments

Comments
 (0)