Skip to content

Commit 684a7c3

Browse files
authored
Update operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test/EnableMockOperator.java
1 parent 3a01c37 commit 684a7c3

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test

1 file changed

+1
-1
lines changed

operator-framework-spring-boot-starter-test/src/main/java/io/javaoperatorsdk/operator/springboot/starter/test/EnableMockOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Define a list of files that contain CustomResourceDefinitions for the tested operator. If the
1515
* file to be loaded is shall be loaded from the classpath prefix it with 'classpath', otherwise
16-
* provide a path relative to the work directory.
16+
* provide a path relative to the current working directory.
1717
*
1818
* @return List of files
1919
*/

0 commit comments

Comments
 (0)