From 78f29e1b2e61a9519b126f27d9af6723340e8e24 Mon Sep 17 00:00:00 2001 From: Gabriel de Perio Date: Tue, 9 Oct 2018 17:35:35 +0800 Subject: [PATCH] update --- .../jccolumbres/stackoverflowapi/ExampleInstrumentedTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/androidTest/java/testapp/jccolumbres/stackoverflowapi/ExampleInstrumentedTest.java b/app/src/androidTest/java/testapp/jccolumbres/stackoverflowapi/ExampleInstrumentedTest.java index bb2052e..405c476 100644 --- a/app/src/androidTest/java/testapp/jccolumbres/stackoverflowapi/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/testapp/jccolumbres/stackoverflowapi/ExampleInstrumentedTest.java @@ -3,10 +3,8 @@ import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; - import org.junit.Test; import org.junit.runner.RunWith; - import static org.junit.Assert.*; /**