Skip to content

Commit ccecdee

Browse files
committed
Bumping versions
1 parent b16f279 commit ccecdee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-kubernetes-fabric8-discovery/src/test/java/org/springframework/cloud/kubernetes/fabric8/discovery/Fabric8KubernetesCatalogWatchEndpointSlicesTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ void generateStateEndpointsWithoutEndpoints() {
199199
Fabric8EndpointSliceV1CatalogWatch catalogWatch = new Fabric8EndpointSliceV1CatalogWatch();
200200
EndpointSlice sliceNoEndpoints = endpointSliceWithoutEndpoints("namespaceA", Map.of("color", "blue"), "podA");
201201

202-
203202
// even if Endpoints are missing, we do not fail
204203
assertThat(catalogWatch.generateState(List.of(sliceNoEndpoints))).isEmpty();
205204
}

0 commit comments

Comments
 (0)