File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
firebase-database/src/androidTest/java/com/google/firebase/database Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4608,8 +4608,6 @@ public void testGetResolvesToPersistentCacheWhenOfflineAndNoListeners()
4608
4608
}
4609
4609
}
4610
4610
4611
-
4612
-
4613
4611
@ Test
4614
4612
public void testGetResolvesToCacheWhenOnlineAndParentListener ()
4615
4613
throws DatabaseException , InterruptedException {
@@ -4632,7 +4630,8 @@ public void testGetResolvesToCacheWhenOnlineAndParentListener()
4632
4630
topLevelNode ,
4633
4631
events -> {
4634
4632
assertEquals (1 , events .size ());
4635
- DataSnapshot childNode = IntegrationTestHelpers .referenceAtPath (writeNode , events .get (0 ));
4633
+ DataSnapshot childNode =
4634
+ IntegrationTestHelpers .referenceAtPath (writeNode , events .get (0 ));
4636
4635
assertEquals (val , childNode .getValue ());
4637
4636
return true ;
4638
4637
});
You can’t perform that action at this time.
0 commit comments