Skip to content

Commit aa835eb

Browse files
committed
fix: format
1 parent c61a4af commit aa835eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
import org.junit.jupiter.api.Test;
2020
import org.mockito.ArgumentCaptor;
2121

22-
@Disabled("Currently very flaky, will fix in https://github.com/java-operator-sdk/java-operator-sdk/issues/293")
22+
@Disabled(
23+
"Currently very flaky, will fix in https://github.com/java-operator-sdk/java-operator-sdk/issues/293")
2324
class TimerEventSourceTest {
2425

2526
public static final int INITIAL_DELAY = 50;

0 commit comments

Comments
 (0)