diff options
Diffstat (limited to 'searchbar/src/androidTest/java/ca')
-rw-r--r-- | searchbar/src/androidTest/java/ca/allanwang/kau/ExampleInstrumentedTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searchbar/src/androidTest/java/ca/allanwang/kau/ExampleInstrumentedTest.java b/searchbar/src/androidTest/java/ca/allanwang/kau/ExampleInstrumentedTest.java index 7b079b2..58d0f29 100644 --- a/searchbar/src/androidTest/java/ca/allanwang/kau/ExampleInstrumentedTest.java +++ b/searchbar/src/androidTest/java/ca/allanwang/kau/ExampleInstrumentedTest.java @@ -7,7 +7,7 @@ import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; -import static org.junit.Assert.*; +import static org.junit.Assert.assertEquals; /** * Instrumentation test, which will execute on an Android device. |