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 ece0c2e commit 3ff2053Copy full SHA for 3ff2053
src/test/java/io/appium/java_client/remote/AppiumCommandExecutorTest.java
@@ -2,9 +2,10 @@
2
3
import io.appium.java_client.AppiumClientConfig;
4
import io.appium.java_client.MobileCommand;
5
+import org.junit.jupiter.api.Test;
6
+
7
import java.net.MalformedURLException;
8
import java.net.URL;
-import org.junit.jupiter.api.Test;
9
10
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
11
import static org.junit.jupiter.api.Assertions.assertNotNull;
0 commit comments