Skip to content

Commit bc13f81

Browse files
committed
format
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 6cf714a commit bc13f81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/triggerallevent/eventing/TriggerReconcilerOnAllEventIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ void additionalFinalizer() {
131131
extension.create(res);
132132

133133
// Wait until the operator has added its own finalizer before deleting. Right after create the
134-
// resource already has exactly [ADDITIONAL_FINALIZER], so without this the assertion below could
134+
// resource already has exactly [ADDITIONAL_FINALIZER], so without this the assertion below
135+
// could
135136
// pass prematurely (before the add/mark-for-deletion/remove cycle), snapshotting a stale event
136137
// count and making the phase-2 `eventCount + 1` assertion flaky.
137138
await()

0 commit comments

Comments
 (0)