Skip to content

Commit 32381e2

Browse files
committed
klint
1 parent b2890b6 commit 32381e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/AuthTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class AuthTest : FirebaseTest() {
8181
.Builder()
8282
.setDisplayName("testDisplayName")
8383
.setPhotoUri(Uri.parse("https://picsum.photos/100"))
84-
.build(),
84+
.build()
8585
)?.await()
8686
assertEquals("testDisplayName", auth.currentUser?.displayName)
8787
assertEquals("https://picsum.photos/100", auth.currentUser?.photoUrl)

0 commit comments

Comments
 (0)