We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560eef4 commit 5fb9c4dCopy full SHA for 5fb9c4d
java/test/org/openqa/selenium/remote/http/jdk/JdkHttpClientTest.java
@@ -17,11 +17,11 @@
17
18
package org.openqa.selenium.remote.http.jdk;
19
20
+import static org.assertj.core.api.Assertions.assertThat;
21
22
import java.net.URI;
23
import java.net.URISyntaxException;
24
import org.junit.jupiter.api.Test;
-import static org.assertj.core.api.Assertions.assertThat;
25
import org.openqa.selenium.remote.http.ClientConfig;
26
import org.openqa.selenium.remote.http.HttpClient;
27
import org.openqa.selenium.remote.internal.HttpClientTestBase;
0 commit comments