Skip to content

Commit 3ba9424

Browse files
authored
fix: typos in Sample annotations (#3108)
Signed-off-by: xstefank <[email protected]>
1 parent a29c009 commit 3ba9424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/expectation/onallevent/ExpectationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Demonstrates the basic expectation pattern using ExpectationManager with triggerReconcilerOnAllEvents = true.
3636
This pattern allows reconcilers to wait for specific conditions to be met (like a Deployment having 3 ready replicas)
3737
before proceeding with status updates. The test shows both successful expectation fulfillment and timeout handling.
38-
Requires @ControllerConfiguration(triggerReconcilerOnAllEvents = true) for proper operation.\
38+
Requires @ControllerConfiguration(triggerReconcilerOnAllEvents = true) for proper operation.
3939
""")
4040
class ExpectationIT {
4141

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/expectation/periodicclean/PeriodicCleanerExpectationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Demonstrates the PeriodicCleanerExpectationManager pattern which provides automatic cleanup of stale expectations.
3636
This pattern works without requiring @ControllerConfiguration(triggerReconcilerOnAllEvents = true) and automatically
3737
cleans up stale expectations periodically (default: 1 minute). This is ideal for 'set and forget' scenarios where
38-
you want the same expectation API and functionality as the regular ExpectationManager but with automatic lifecycle management.\
38+
you want the same expectation API and functionality as the regular ExpectationManager but with automatic lifecycle management.
3939
""")
4040
class PeriodicCleanerExpectationIT {
4141

0 commit comments

Comments
 (0)