Skip to content

Commit b011e3e

Browse files
csviriCopilot
andauthored
Update operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSourceTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 742e76f commit b011e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSourceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ void byIndexStreamWithStrongConsistencyKeepsResourceWhenTempCacheHasOlderVersion
652652
}
653653

654654
@Test
655-
void listWithStrongConsistencyKeepsAddsGhostResources() {
655+
void listWithStrongConsistencyAddsGhostResources() {
656656
var resource = testDeployment();
657657
var ghostResource = testDeployment();
658658
ghostResource.getMetadata().setName("ghost");

0 commit comments

Comments
 (0)