Skip to content

Commit caf12d5

Browse files
metacosmcsviri
authored andcommitted
refactor: rename JUnit extensions to be more explicit (#1254)
Fixes #1215
1 parent ad0dc0d commit caf12d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-junit5/src/main/java/io/javaoperatorsdk/operator/junit/LocallyRunOperatorExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public Builder withPortForward(String namespace, String labelKey, String labelVa
239239

240240

241241
public Builder withAdditionalCustomResourceDefinition(
242-
Class<? extends CustomResource> customResource) {
242+
Class<? extends CustomResource> customResource) {
243243
additionalCustomResourceDefinitions.add(customResource);
244244
return this;
245245
}

0 commit comments

Comments
 (0)