Skip to content

Commit 64c7330

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@ public Builder withPortForward(String namespace, String labelKey, String labelVa
237237
return this;
238238
}
239239

240+
240241
public Builder withAdditionalCustomResourceDefinition(
241-
Class<? extends CustomResource> customResource) {
242+
Class<? extends CustomResource> customResource) {
242243
additionalCustomResourceDefinitions.add(customResource);
243244
return this;
244245
}
245246

246-
247247
public LocallyRunOperatorExtension build() {
248248
return new LocallyRunOperatorExtension(
249249
configurationService,

0 commit comments

Comments
 (0)