Skip to content

Commit 536023e

Browse files
committed
Rename test method
1 parent 0f4aced commit 536023e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class FirebaseAuthTest {
106106
}
107107

108108
@Test
109-
fun testGetCredentialWithLink() {
109+
fun testCredentialWithLink() {
110110
val link = "http://localhost:9099/emulator/action?mode=signIn&lang=en&oobCode=_vr0QcFcxcVeLZbrcU-GpTaZiuxlHquqdC8MSy0YM_vzWCTAQgV9Jq&apiKey=fake-api-key&continueUrl=https%3A%2F%2Fexample.com%2Fsignin"
111111
val email = "[email protected]"
112112
val credential = EmailAuthProvider.credentialWithLink(email, link)

0 commit comments

Comments
 (0)