Skip to content

Commit b61742c

Browse files
committed
revert back test method
1 parent 041809d commit b61742c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

xds/src/main/java/io/grpc/xds/client/ControlPlaneClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void run() {
133133
xdsTransport.shutdown();
134134
}
135135
});
136-
}r
136+
}
137137

138138
@Override
139139
public String toString() {

xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ private void verifyResourceCount(
428428
XdsResourceType<?> type,
429429
int size) {
430430
if (size == 0) {
431+
assertThat(subscribedTypeUrls.containsKey(type.typeUrl())).isFalse();
431432
assertThat(subscribedResourcesMetadata.containsKey(type)).isFalse();
432433
} else {
433434
assertThat(subscribedTypeUrls.containsKey(type.typeUrl())).isTrue();

0 commit comments

Comments
 (0)