Skip to content

Commit fbb8238

Browse files
committed
minor improvements
1 parent 1544389 commit fbb8238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/ServiceStrictMatcherIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void testTheMatchingDoesNoTTriggersFurtherUpdates() {
3434
await().pollDelay(Duration.ofMillis(300)).untilAsserted(() -> {
3535
assertThat(operator.getReconcilerOfType(ServiceStrictMatcherTestReconciler.class)
3636
.getNumberOfExecutions()).isEqualTo(2);
37-
assertThat(ServiceDependentResource.updated.get()).isEqualTo(0);
37+
assertThat(ServiceDependentResource.updated.get()).isZero();
3838
});
3939
}
4040

0 commit comments

Comments
 (0)