Skip to content

Commit 1ac38d7

Browse files
committed
"File must end with a newline (\n)" fix
1 parent 0972225 commit 1ac38d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/kotlin/FirebaseAuthTest.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ import com.google.firebase.Firebase
33
import com.google.firebase.FirebaseOptions
44
import com.google.firebase.FirebasePlatform
55
import com.google.firebase.auth.FirebaseAuth
6-
import com.google.firebase.firestore.firestore
76
import com.google.firebase.initialize
87
import kotlinx.coroutines.tasks.await
98
import kotlinx.coroutines.test.runTest
10-
import org.junit.Assert.assertArrayEquals
119
import org.junit.Assert.assertEquals
1210
import org.junit.Assert.assertNotEquals
1311
import org.junit.Before
@@ -17,7 +15,7 @@ import kotlin.random.Random
1715

1816
internal class FirebaseAuthTest: FirebaseTest() {
1917

20-
private lateinit var auth: FirebaseAuth
18+
private lateinit var auth : FirebaseAuth
2119

2220
@Before
2321
fun initialize() {
@@ -65,4 +63,4 @@ internal class FirebaseAuthTest: FirebaseTest() {
6563
assertEquals(true, signInResult.user?.isAnonymous)
6664
signInResult.user!!.delete()
6765
}
68-
}
66+
}

0 commit comments

Comments
 (0)