Skip to content

Commit 9461e3b

Browse files
committed
Style
1 parent fbb3cd1 commit 9461e3b

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/test/java/com/google/firebase/firestore/pipeline

1 file changed

+1
-1
lines changed

firebase-firestore/src/test/java/com/google/firebase/firestore/pipeline/WhereTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ internal class WhereTests {
309309
}
310310

311311
@Test
312-
fun `exists`(): Unit = runBlocking {
312+
fun exists(): Unit = runBlocking {
313313
val doc1 = doc("users/a", 1000, mapOf("name" to "alice", "age" to 75.5)) // Match
314314
val doc2 = doc("users/b", 1000, mapOf("name" to "bob", "age" to 25.0)) // Match
315315
val doc3 = doc("users/c", 1000, mapOf("name" to "charlie")) // Match

0 commit comments

Comments
 (0)