File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ import com.google.firebase.Firebase
3
3
import com.google.firebase.FirebaseOptions
4
4
import com.google.firebase.FirebasePlatform
5
5
import com.google.firebase.auth.FirebaseAuth
6
- import com.google.firebase.firestore.firestore
7
6
import com.google.firebase.initialize
8
7
import kotlinx.coroutines.tasks.await
9
8
import kotlinx.coroutines.test.runTest
10
- import org.junit.Assert.assertArrayEquals
11
9
import org.junit.Assert.assertEquals
12
10
import org.junit.Assert.assertNotEquals
13
11
import org.junit.Before
@@ -17,7 +15,7 @@ import kotlin.random.Random
17
15
18
16
internal class FirebaseAuthTest : FirebaseTest () {
19
17
20
- private lateinit var auth: FirebaseAuth
18
+ private lateinit var auth : FirebaseAuth
21
19
22
20
@Before
23
21
fun initialize () {
@@ -65,4 +63,4 @@ internal class FirebaseAuthTest: FirebaseTest() {
65
63
assertEquals(true , signInResult.user?.isAnonymous)
66
64
signInResult.user!! .delete()
67
65
}
68
- }
66
+ }
You can’t perform that action at this time.
0 commit comments