Skip to content

Commit cb9e645

Browse files
committed
feat: platform condition
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent de63f29 commit cb9e645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/dependent/workflow/ManagedWorkflowTestUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ManagedWorkflowTestUtils {
2121
@SuppressWarnings("unchecked")
2222
public static DependentResourceSpec createDRS(String name, String... dependOns) {
2323
return new DependentResourceSpec(EmptyTestDependentResource.class, name, Set.of(dependOns),
24-
null, null, null, null);
24+
null, null, null, null, null);
2525
}
2626

2727
public static DependentResourceSpec createDRSWithTraits(String name,

0 commit comments

Comments
 (0)