diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 20:06:03 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 20:06:03 +0100 |
commit | a11219745fd6ddf8796682f7ab433c1a1d0402f5 (patch) | |
tree | ae8521428bdde7750294d25c8e49a93df9e95f26 /app/src/androidTest/java/xyz/adjutor/aniki | |
parent | e41b93327626afba5427454dc2868cedf3f01972 (diff) | |
parent | 4012256bf91ccf02eb1871229f755beb26dad3de (diff) |
Merge branch 'release/2.0'v2.0.0
Diffstat (limited to 'app/src/androidTest/java/xyz/adjutor/aniki')
-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. * |