Skip to content

Commit 929db86

Browse files
csviriCopilot
andauthored
Update operator-framework-junit/src/main/java/io/javaoperatorsdk/operator/junit/LocallyRunOperatorExtension.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc7927d commit 929db86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ protected void after(ExtensionContext context) {
365365
iterator.remove();
366366
}
367367

368-
// if if client used for infra client, we should not close it
368+
// if the client is used for infra client, we should not close it
369369
// either test or operator should close this client
370370
if (getKubernetesClient() != getInfrastructureKubernetesClient()) {
371371
kubernetesClient.close();

0 commit comments

Comments
 (0)