Skip to content

Commit e84d40c

Browse files
csvirixstefank
andcommitted
Update operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java
Co-authored-by: Martin Stefanko <[email protected]>
1 parent 200316c commit e84d40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public void compareResourceVersionsTest() {
201201
assertThrows(IllegalArgumentException.class, () -> compareResourceVersions("321", "123a"));
202202
}
203203

204-
// naive performance that compares the works case scenario for non parsing variant
204+
// naive performance test that compares the work case scenario for the parsing and non-parsing variants
205205
@Test
206206
public void compareResourcePerformanceTest() {
207207
var execNum = 30000000;

0 commit comments

Comments
 (0)