Skip to content

Commit a3fdeda

Browse files
Fixed styling issues
1 parent b2b5c14 commit a3fdeda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/io/appium/java_client/android/AndroidSearchingTest.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@
1616

1717
package io.appium.java_client.android;
1818

19+
import static org.junit.Assert.assertEquals;
20+
import static org.junit.Assert.assertFalse;
21+
import static org.junit.Assert.assertNotEquals;
22+
import static org.junit.Assert.assertNotNull;
23+
1924
import io.appium.java_client.MobileBy;
2025
import io.appium.java_client.MobileElement;
2126
import org.junit.Before;
2227
import org.junit.Test;
2328

24-
import static org.junit.Assert.*;
2529

2630
public class AndroidSearchingTest extends BaseAndroidTest {
2731

0 commit comments

Comments
 (0)