Skip to content

Commit d977b4a

Browse files
committed
wip
1 parent ba10de2 commit d977b4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/polling/PerResourcePollingEventSourceTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ void getsValueFromCacheOrSupplier() throws InterruptedException {
131131
verify(eventHandler, times(1)).handleEvent(any());
132132
}
133133

134+
@Test
135+
void dynamicDelaysCanBeImplemented() {
136+
137+
}
138+
134139
}

0 commit comments

Comments
 (0)