Merge "IP connectivity metrics: NetworkEvents have transports"
This commit is contained in:
@@ -337,7 +337,6 @@ public class IpConnectivityEventBuilderTest {
|
|||||||
public void testNetworkEventSerialization() {
|
public void testNetworkEventSerialization() {
|
||||||
ConnectivityMetricsEvent ev = describeIpEvent(
|
ConnectivityMetricsEvent ev = describeIpEvent(
|
||||||
aType(NetworkEvent.class),
|
aType(NetworkEvent.class),
|
||||||
anInt(100),
|
|
||||||
anInt(5),
|
anInt(5),
|
||||||
aLong(20410));
|
aLong(20410));
|
||||||
|
|
||||||
@@ -352,9 +351,6 @@ public class IpConnectivityEventBuilderTest {
|
|||||||
" network_event <",
|
" network_event <",
|
||||||
" event_type: 5",
|
" event_type: 5",
|
||||||
" latency_ms: 20410",
|
" latency_ms: 20410",
|
||||||
" network_id <",
|
|
||||||
" network_id: 100",
|
|
||||||
" >",
|
|
||||||
" >",
|
" >",
|
||||||
">",
|
">",
|
||||||
"version: 2\n");
|
"version: 2\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user