We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480f62 commit f74e97bCopy full SHA for f74e97b
1 file changed
xds/src/test/java/io/grpc/xds/XdsNameResolverTest.java
@@ -3029,6 +3029,8 @@ public void start_passesChannelConfiguratorToClientPoolFactory() {
3029
assertThat(xdsClientPoolFactory.savedChannelConfigurator).isSameInstanceAs(channelConfigurator);
3030
3031
resolver.shutdown();
3032
+ }
3033
+
3034
private static class StringMarshaller implements MethodDescriptor.Marshaller<String> {
3035
@Override
3036
public InputStream stream(String value) {
0 commit comments