We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76768c commit fd4b83eCopy full SHA for fd4b83e
firebase-config/src/test/java/com/google/firebase/remoteconfig/FirebaseRemoteConfigTest.java
@@ -1533,8 +1533,8 @@ public void realtime_stream_listen_backgrounded_disconnects() throws Exception {
1533
.closeRealtimeHttpConnection(any(InputStream.class), any(InputStream.class));
1534
when(mockHttpURLConnection.getResponseCode()).thenReturn(200);
1535
configRealtimeHttpClientSpy.beginRealtimeHttpStream();
1536
- configRealtimeHttpClientSpy.setIsInBackground(true);
1537
flushScheduledTasks();
+ configRealtimeHttpClientSpy.setIsInBackground(true);
1538
1539
verify(mockHttpURLConnection, times(1)).disconnect();
1540
}
0 commit comments