Skip to content

Commit 79094b1

Browse files
committed
fix typoe
1 parent 5cdf150 commit 79094b1

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/metrics

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ mod tests {
374374

375375
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
376376
async fn counter_aggregation_overflow_cumulative() {
377-
counter_aggregation_overflow_helper(Temporality::Cumulative);
377+
counter_aggregation_overflow_helper(Temporality::Delta);
378378
counter_aggregation_overflow_helper_custom_limit(Temporality::Delta);
379379
}
380380

0 commit comments

Comments
 (0)