aboutsummaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 20:03:25 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 20:03:25 +0100
commit4012256bf91ccf02eb1871229f755beb26dad3de (patch)
treeae8521428bdde7750294d25c8e49a93df9e95f26 /app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
parent893c9110c99cff286011e3d35acb39ba65a97476 (diff)
parent494455de615340599cf2cdba0f3f199a47bf5a66 (diff)
Merge branch 'feature/elements_detail' into developrelease/2.0
Diffstat (limited to 'app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt')
-rw-r--r--app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt6
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.
*