DO NOT MERGE IpConnectivityMetrics reads buffer size in settings
am: 8e597e85f6
Change-Id: I5c433faa0d43202ae1169fdba4c42c09dd9c17dd
This commit is contained in:
@@ -57,7 +57,7 @@ public class IpConnectivityMetricsTest extends TestCase {
|
|||||||
|
|
||||||
public void setUp() {
|
public void setUp() {
|
||||||
MockitoAnnotations.initMocks(this);
|
MockitoAnnotations.initMocks(this);
|
||||||
mService = new IpConnectivityMetrics(mCtx);
|
mService = new IpConnectivityMetrics(mCtx, (ctx) -> 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testLoggingEvents() throws Exception {
|
public void testLoggingEvents() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user