Skip to content

Commit f14fe2f

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent f1f6d18 commit f14fe2f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ 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: {}",crdFile.getPath(),
113+
"Applied CRD with on path: {} name: {}",
114+
crdFile.getPath(),
114115
(crdList != null && !crdList.isEmpty() && crdList.get(0) != null)
115116
? crdList.get(0).getMetadata().getName()
116117
: crdFile.getName());

0 commit comments

Comments
 (0)