Skip to content

Commit 8ba54ae

Browse files
committed
fix test
1 parent bcf4fe5 commit 8ba54ae

File tree

1 file changed

+1
-1
lines changed
  • firebase-auth/src/commonTest/kotlin/dev/gitlive/firebase/auth

1 file changed

+1
-1
lines changed

firebase-auth/src/commonTest/kotlin/dev/gitlive/firebase/auth/auth.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class FirebaseAuthTest {
8585

8686
@Test
8787
fun testSignInWithCredential() = runTest {
88-
val credential = EmailAuthProvider.credentialWithEmail("[email protected]", "test123")
88+
val credential = EmailAuthProvider.credential("[email protected]", "test123")
8989
val result = Firebase.auth.signInWithCredential(credential)
9090
assertEquals("mn8kgIFnxLO7il8GpTa5g0ObP6I2", result.user!!.uid)
9191

0 commit comments

Comments
 (0)