Skip to content

Commit a4e9ef0

Browse files
authored
fix: typo
1 parent d02c093 commit a4e9ef0

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
@@ -562,7 +562,7 @@ void triggerOnAllEventDeleteEventInstantlyAfterEvent() {
562562
eventProcessor.handleEvent(prepareCRDeleteEvent1());
563563

564564
waitUntilProcessingFinished(eventProcessor, TestUtils.testCustomResource1Id());
565-
// it es expected to be usually called only once, but it can happen based on timing that called
565+
// it is expected to be usually called only once, but it can happen based on timing that called
566566
// twice
567567
verify(reconciliationDispatcherMock, atMost(2)).handleExecution(any());
568568
}

0 commit comments

Comments
 (0)