Skip to content

Commit 3ff2053

Browse files
committed
fix checkstyle
1 parent ece0c2e commit 3ff2053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/io/appium/java_client/remote/AppiumCommandExecutorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
import io.appium.java_client.AppiumClientConfig;
44
import io.appium.java_client.MobileCommand;
5+
import org.junit.jupiter.api.Test;
6+
57
import java.net.MalformedURLException;
68
import java.net.URL;
7-
import org.junit.jupiter.api.Test;
89

910
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
1011
import static org.junit.jupiter.api.Assertions.assertNotNull;

0 commit comments

Comments
 (0)