Skip to content

Commit 6adae08

Browse files
authored
test: fix internal ErrorProne failure (#9761)
1 parent 43bc578 commit 6adae08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3516,7 +3516,7 @@ public void sendingToStoppedServer() throws Exception {
35163516
// Establish the adsStream object
35173517
xdsClient.watchXdsResource(XdsClusterResource.getInstance(), CDS_RESOURCE,
35183518
cdsResourceWatcher);
3519-
resourceDiscoveryCalls.take(); // clear this entry
3519+
DiscoveryRpcCall unused = resourceDiscoveryCalls.take(); // clear this entry
35203520

35213521
// Shutdown server and initiate a request
35223522
xdsServer.shutdownNow();

0 commit comments

Comments
 (0)