(t *testing.T)
| 163 | MasterOffsetNS: -500.0, |
| 164 | PathDelayNS: -200.0, |
| 165 | FreqAdjustmentPPB: 300.0, |
| 166 | } |
| 167 | s.pushDataPoint(dp) |
| 168 | got := s.aggregateDataPointsMax(5) |
| 169 | require.Equal(t, 500.0, got.MasterOffsetNS) |
| 170 | require.Equal(t, 200.0, got.PathDelayNS) |
| 171 | require.Equal(t, 300.0, got.FreqAdjustmentPPB) |
| 172 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…