Skip to content

Commit bee5b89

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,11 @@ public Builder withPortForward(String namespace, String labelKey, String labelVa
238238
}
239239

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

246-
247246
public LocallyRunOperatorExtension build() {
248247
return new LocallyRunOperatorExtension(
249248
configurationService,

0 commit comments

Comments
 (0)