File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
androidTest/java/com/singularity_code/gpstracker
main/java/com/singularity_code/gpstracker/activity
live-location/src/androidTest/java/com/singularity_code/live_location Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.singularity_code.gpstracker
22
33import androidx.test.ext.junit.runners.AndroidJUnit4
44import androidx.test.platform.app.InstrumentationRegistry
5- import org.junit.Assert.*
5+ import org.junit.Assert.assertEquals
66import org.junit.Test
77import org.junit.runner.RunWith
88
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ import android.widget.Toast
99import androidx.activity.ComponentActivity
1010import androidx.activity.compose.setContent
1111import androidx.compose.foundation.layout.*
12- import androidx.compose.material3.*
12+ import androidx.compose.material3.MaterialTheme
13+ import androidx.compose.material3.Surface
14+ import androidx.compose.material3.Text
1315import androidx.compose.runtime.Composable
1416import androidx.compose.runtime.collectAsState
1517import androidx.compose.ui.Modifier
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.singularity_code.live_location
22
33import androidx.test.ext.junit.runners.AndroidJUnit4
44import androidx.test.platform.app.InstrumentationRegistry
5- import org.junit.Assert.*
5+ import org.junit.Assert.assertEquals
66import org.junit.Test
77import org.junit.runner.RunWith
88
You can’t perform that action at this time.
0 commit comments