Skip to content

Commit

Permalink
mock a change
Browse files Browse the repository at this point in the history
  • Loading branch information
Frapschen committed Apr 17, 2024
1 parent 134c3a8 commit c916b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/spanmetricsconnector/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ func TestConnectorConsumeTracesExpiredMetrics(t *testing.T) {
// Allow time for metrics flush to complete.
time.Sleep(time.Millisecond)

// Verify.
// Verify. expect not panic in actuated ARM runners
require.Equal(t, wantedDataPointCounts[i], mcon.AllMetrics()[0].DataPointCount())

// Reset so we can verify the next set of metrics from scratch.
Expand Down

0 comments on commit c916b65

Please sign in to comment.