Skip to content

Commit b375589

Browse files
committed
fix comment
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 264236d commit b375589

File tree

1 file changed

+2
-2
lines changed
  • operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/ssaissue/specupdate

1 file changed

+2
-2
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/ssaissue/specupdate/SSASpecUpdateIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class SSASpecUpdateIT {
1717
LocallyRunOperatorExtension operator =
1818
LocallyRunOperatorExtension.builder().withReconciler(SSASpecUpdateReconciler.class).build();
1919

20-
// showcases that is the spec of the resources is updated with SSA, but the finalizer
21-
// is not explicitly added to the fresh resource it removes the finalizer
20+
// showcases that if the spec of the resources is updated with SSA, but the finalizer
21+
// is not explicitly added to the fresh resource, the update removes the finalizer
2222
@Test
2323
void showFinalizerRemovalWhenSpecUpdated() {
2424
SSASpecUpdateCustomResource res = createResource();

0 commit comments

Comments
 (0)