Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Oct 7, 2020
1 parent bcf4fe5 commit 8ba54ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class FirebaseAuthTest {

@Test
fun testSignInWithCredential() = runTest {
val credential = EmailAuthProvider.credentialWithEmail("test@test.com", "test123")
val credential = EmailAuthProvider.credential("test@test.com", "test123")
val result = Firebase.auth.signInWithCredential(credential)
assertEquals("mn8kgIFnxLO7il8GpTa5g0ObP6I2", result.user!!.uid)

Expand Down

0 comments on commit 8ba54ae

Please sign in to comment.