File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -707,15 +707,13 @@ void getUrlDomain_success() throws IOException {
707707
708708 @ Test
709709 void getUrlDomain_nullServiceName () throws IOException {
710- EndpointContext endpointContext =
711- defaultEndpointContextBuilder .setServiceName (null ).build ();
710+ EndpointContext endpointContext = defaultEndpointContextBuilder .setServiceName (null ).build ();
712711 Truth .assertThat (endpointContext .getUrlDomain ()).isNull ();
713712 }
714713
715714 @ Test
716715 void getUrlDomain_emptyServiceName () throws IOException {
717- EndpointContext endpointContext =
718- defaultEndpointContextBuilder .setServiceName ("" ).build ();
716+ EndpointContext endpointContext = defaultEndpointContextBuilder .setServiceName ("" ).build ();
719717 Truth .assertThat (endpointContext .getUrlDomain ()).isNull ();
720718 }
721719
You can’t perform that action at this time.
0 commit comments