Skip to content

Commit

Permalink
fix test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Jul 10, 2023
1 parent 0450b8f commit 380d875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/internal/aggregate/sum_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func TestPreComputedDeltaSum(t *testing.T) {
agg.(precomputeAggregator[int64]).aggregateFiltered(3, attrs)
agg.(precomputeAggregator[int64]).aggregateFiltered(10, attrs)
got = agg.Aggregation()
// measured(+): 5, previous(-): 8, filtered(+): 13
// measured(+): 5, previous(-): 0, filtered(+): 13
want.DataPoints = []metricdata.DataPoint[int64]{point[int64](attrs, 18)}
metricdatatest.AssertAggregationsEqual(t, want, got, opt)

Expand Down

0 comments on commit 380d875

Please sign in to comment.