File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
operator-framework/src/test/java/io/javaoperatorsdk/operator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ void testMatchingAndUpdate() {
80
80
await ().untilAsserted (() -> {
81
81
var cm = extension .get (ConfigMap .class , TEST_RESOURCE_NAME );
82
82
assertThat (cm .getData ()).hasSize (2 );
83
- assertThat (cm .getData ()).containsEntry (SSAMatchingConfigMapDependent .DATA_KEY ,CHANGED_VALUE );
84
- assertThat (cm .getData ()).containsEntry (ADDITIONAL_KEY ,ADDITIONAL_VALUE );
83
+ assertThat (cm .getData ()).containsEntry (SSAMatchingConfigMapDependent .DATA_KEY , CHANGED_VALUE );
84
+ assertThat (cm .getData ()).containsEntry (ADDITIONAL_KEY , ADDITIONAL_VALUE );
85
85
assertThat (cm .getMetadata ().getManagedFields ()).hasSize (2 );
86
86
assertThat (SSAMatchingConfigMapDependent .NUMBER_OF_UPDATES .get ()).isEqualTo (1 );
87
87
});
You can’t perform that action at this time.
0 commit comments