Skip to content

Commit 2c7ba27

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/cachingfilteringupdate/CachingFilteringUpdateReconciler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public UpdateControl<CachingFilteringUpdateCustomResource> reconcile(
5858
.getResourceVersion()
5959
.equals(updated.getMetadata().getResourceVersion())) {
6060
issueFound.set(true);
61-
throw new IllegalStateException("Error for resource: " + ResourceID.fromResource(resource));
61+
throw new IllegalStateException(
62+
"Update error for resource: " + ResourceID.fromResource(resource));
6263
}
6364

6465
ensureStatusExists(resource);

0 commit comments

Comments
 (0)