Skip to content

Commit 3ac61b8

Browse files
committed
add todo
1 parent a808d5a commit 3ac61b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSourceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ class InformerEventSourceTest {
6363
private final InformerEventSourceConfiguration<Deployment> informerEventSourceConfiguration =
6464
mock(InformerEventSourceConfiguration.class);
6565

66+
// todo double check naming, maybe improve with a non temp resource cache in some cases
67+
6668
@BeforeEach
6769
void setup() {
6870
final var informerConfig = mock(InformerConfiguration.class);

0 commit comments

Comments
 (0)