Skip to content

Commit dbf7496

Browse files
committed
Fix checkstyle violation (unused import)
1 parent 2939197 commit dbf7496

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WordPress/src/androidTest/java/org/wordpress/android/ui/screenshots/WPScreenshotTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.google.android.libraries.cloudtesting.screenshots.ScreenShotter;
1010

1111
import org.junit.ClassRule;
12-
import org.junit.Ignore;
1312
import org.junit.Test;
1413
import org.wordpress.android.BuildConfig;
1514
import org.wordpress.android.R;
@@ -49,7 +48,7 @@ public class WPScreenshotTest extends BaseTest {
4948

5049

5150
private DemoModeEnabler mDemoModeEnabler = new DemoModeEnabler();
52-
51+
5352
@Test
5453
public void wPScreenshotTest() {
5554
if (!BuildConfig.IS_JETPACK_APP) {

0 commit comments

Comments
 (0)