Skip to content

Commit 2f713ba

Browse files
committed
Code style: Order of imports
1 parent 0f75bb5 commit 2f713ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/src/androidTest/java/fr/free/nrw/commons/NearbyActivityTest.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
package fr.free.nrw.commons;
22

3+
import static android.support.test.espresso.Espresso.onView;
4+
import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
5+
import static android.support.test.espresso.matcher.ViewMatchers.withText;
6+
37
import android.support.test.espresso.assertion.ViewAssertions;
48
import android.support.test.filters.LargeTest;
59
import android.support.test.rule.ActivityTestRule;
610
import android.support.test.runner.AndroidJUnit4;
711

12+
import fr.free.nrw.commons.nearby.NearbyActivity;
13+
814
import org.junit.Rule;
915
import org.junit.Test;
1016
import org.junit.runner.RunWith;
1117

12-
import fr.free.nrw.commons.nearby.NearbyActivity;
13-
14-
import static android.support.test.espresso.Espresso.onView;
15-
import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
16-
import static android.support.test.espresso.matcher.ViewMatchers.withText;
17-
1818
@LargeTest
1919
@RunWith(AndroidJUnit4.class)
2020
public class NearbyActivityTest {

0 commit comments

Comments
 (0)