aboutsummaryrefslogtreecommitdiff
path: root/core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java')
-rw-r--r--core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java b/core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java
index 8a80585..6d80338 100644
--- a/core/src/androidTest/java/ca/allanwang/kprefs/library/ExampleInstrumentedTest.java
+++ b/core/src/androidTest/java/ca/allanwang/kprefs/library/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.