Skip to content

Commit e0c2089

Browse files
rlazothatfiredev
authored andcommitted
Clean up FirebaseApp instances before setting up a new one. (firebase#3903)
This should fix errors seen in CI.
1 parent a9ff509 commit e0c2089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl/ScreenshotTakerTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public class ScreenshotTakerTest {
5454
@Before
5555
public void setup() {
5656
MockitoAnnotations.initMocks(this);
57+
FirebaseApp.clearInstancesForTest();
5758

5859
firebaseApp =
5960
FirebaseApp.initializeApp(

0 commit comments

Comments
 (0)