diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-20 18:20:01 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-20 18:20:01 +0100 |
commit | 7bc4fe28dd31176c50495b2f3b0ba5a51eca6d9e (patch) | |
tree | 6c5761dd51a2504f358d58e2eafc755d6b3a19e9 /app/src/androidTest | |
parent | 3703ade7bae26dd223e71aa098f8ea0d50ca2a00 (diff) |
"Optimizing" imports
Diffstat (limited to 'app/src/androidTest')
-rw-r--r-- | app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt index 517647e..9100bf0 100644 --- a/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt @@ -1,13 +1,11 @@ package xyz.adjutor.aniki -import androidx.test.platform.app.InstrumentationRegistry import androidx.test.ext.junit.runners.AndroidJUnit4 - +import androidx.test.platform.app.InstrumentationRegistry +import org.junit.Assert.assertEquals import org.junit.Test import org.junit.runner.RunWith -import org.junit.Assert.* - /** * Instrumented test, which will execute on an Android device. * |