Skip to content

Commit 92d3112

Browse files
committed
Fix lint
1 parent 18365a7 commit 92d3112

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/com/google/firebase/internal/ApacheHttp2TransportIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222
import static org.junit.Assert.assertTrue;
2323
import static org.junit.Assert.fail;
2424

25-
import com.google.api.client.http.GenericUrl;
2625
import com.google.api.client.http.HttpRequestFactory;
2726
import com.google.api.client.http.HttpResponseException;
28-
import com.google.api.client.http.HttpTransport;
2927
import com.google.api.client.http.LowLevelHttpResponse;
3028
import com.google.api.client.json.JsonFactory;
3129
import com.google.api.client.util.GenericData;
@@ -117,7 +115,7 @@ public void testUnauthorizedPostRequest() throws FirebaseException {
117115

118116
@Test(timeout = 10_000L)
119117
public void testConnectTimeoutGet() throws IOException {
120-
ApacheHttp2Transport transport = new ApacheHttp2Transport();
118+
ApacheHttp2Transport transport = new ApacheHttp2Transport();
121119
ApacheHttp2Request request = transport.buildRequest("GET", "https://localhost:" + port);
122120
request.setTimeout(100, 0);
123121
try {

0 commit comments

Comments
 (0)