Skip to content

Commit 23ae69c

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent ba26fe0 commit 23ae69c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ void listReplacesResourceFromTempCache() {
552552
.thenReturn(new HashMap<>(Map.of(ResourceID.fromResource(original), newer)));
553553

554554
var mim = mock(InformerManager.class);
555-
when(mim.list(nullable(String.class), any())).thenReturn(Stream.of(original));
555+
when(mim.list(nullable(String.class))).thenReturn(Stream.of(original));
556556
doReturn(mim).when(informerEventSource).manager();
557557

558558
var result = informerEventSource.list(null, Cache.TRUE).toList();

0 commit comments

Comments
 (0)