Skip to content

Commit 15bbeda

Browse files
committed
Fixed formatting
1 parent 67bf0ce commit 15bbeda

File tree

1 file changed

+2
-3
lines changed
  • firebase-database/src/androidTest/java/com/google/firebase/database

1 file changed

+2
-3
lines changed

firebase-database/src/androidTest/java/com/google/firebase/database/QueryTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4608,8 +4608,6 @@ public void testGetResolvesToPersistentCacheWhenOfflineAndNoListeners()
46084608
}
46094609
}
46104610

4611-
4612-
46134611
@Test
46144612
public void testGetResolvesToCacheWhenOnlineAndParentListener()
46154613
throws DatabaseException, InterruptedException {
@@ -4632,7 +4630,8 @@ public void testGetResolvesToCacheWhenOnlineAndParentListener()
46324630
topLevelNode,
46334631
events -> {
46344632
assertEquals(1, events.size());
4635-
DataSnapshot childNode = IntegrationTestHelpers.referenceAtPath(writeNode, events.get(0));
4633+
DataSnapshot childNode =
4634+
IntegrationTestHelpers.referenceAtPath(writeNode, events.get(0));
46364635
assertEquals(val, childNode.getValue());
46374636
return true;
46384637
});

0 commit comments

Comments
 (0)