Skip to content

Commit f74e97b

Browse files
committed
Fix: restore missing closing brace in XdsNameResolverTest
1 parent 8480f62 commit f74e97b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,6 +3029,8 @@ public void start_passesChannelConfiguratorToClientPoolFactory() {
30293029
assertThat(xdsClientPoolFactory.savedChannelConfigurator).isSameInstanceAs(channelConfigurator);
30303030

30313031
resolver.shutdown();
3032+
}
3033+
30323034
private static class StringMarshaller implements MethodDescriptor.Marshaller<String> {
30333035
@Override
30343036
public InputStream stream(String value) {

0 commit comments

Comments
 (0)