Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4508894

Browse files
csvirimetacosm
andauthoredDec 17, 2020
Update operator-framework/src/test/java/io/javaoperatorsdk/operator/doubleupdate/DoubleUpdateTestCustomResource.java
Co-authored-by: Chris Laprun <[email protected]>
1 parent fe478ba commit 4508894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎operator-framework/src/test/java/io/javaoperatorsdk/operator/doubleupdate/DoubleUpdateTestCustomResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void setStatus(DoubleUpdateTestCustomResourceStatus status) {
2626

2727
@Override
2828
public String toString() {
29-
return "TestCustomResource{"
29+
return "DoubleUpdateTestCustomResource{"
3030
+ "spec="
3131
+ spec
3232
+ ", status="

0 commit comments

Comments
 (0)
Please sign in to comment.