Skip to content

Commit 435c53d

Browse files
committed
fix test
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 35b6467 commit 435c53d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/secondarytoprimaryreferencechange

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/secondarytoprimaryreferencechange/TargetReconciler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public List<EventSource<?, TargetCustomResource>> prepareEventSources(
4848
InformerEventSourceConfiguration.from(
4949
ConfigCustomResource.class, TargetCustomResource.class)
5050
.withSecondaryToPrimaryMapper(new ConfigToTargetMapper())
51-
.withPrimaryToSecondaryMapper(p -> null)
5251
.build();
5352

5453
var ies = new InformerEventSource<>(configuration, context);

0 commit comments

Comments
 (0)