Skip to content

Commit a0724b2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected void applyCrds(ExtensionContext context) {
110110
Thread.sleep(CRD_READY_WAIT); // readiness is not applicable for CRD, just wait a little
111111
var crdList = crd.get();
112112
LOGGER.debug(
113-
"Applied CRD with on path: {} name: {}",
113+
"Applied CRD from path: {} name: {}",
114114
crdFile.getPath(),
115115
(crdList != null && !crdList.isEmpty() && crdList.get(0) != null)
116116
? crdList.get(0).getMetadata().getName()

0 commit comments

Comments
 (0)