| Index: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| index 3a5090123e6ae52479c2c4a2c64558910bb30977..bc1dd5103ab5715cc41794b0caf1b8abbba2d79c 100644
|
| --- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| +++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| @@ -44,8 +44,8 @@ tr.b.unittest.testSuite(function() {
|
|
|
| assert.isDefined(battorValue);
|
| assert.isDefined(winQpcValue);
|
| - assert.closeTo(battorValue.numeric.average, 3.0, 1e-5);
|
| - assert.closeTo(winQpcValue.numeric.average, 6.0, 1e-5);
|
| + assert.closeTo(battorValue.average, 3.0, 1e-5);
|
| + assert.closeTo(winQpcValue.average, 6.0, 1e-5);
|
| });
|
|
|
| test('clockSyncLatencyMetric_noTelemetry', function() {
|
|
|