Skip to content

Commit d27b2f0

Browse files
cijothomasutpilla
andauthored
Update opentelemetry-sdk/src/metrics/mod.rs
Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent 976cae2 commit d27b2f0

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
@@ -185,7 +185,7 @@ mod tests {
185185
vec![1.0, 2.0, 3.0, 4.0, 2.5], // unsorted boundaries
186186
vec![1.0, 2.0, 3.0, f64::INFINITY, 4.0], // boundaries with positive infinity
187187
vec![1.0, 2.0, 3.0, f64::NAN], // boundaries with NaNs
188-
vec![f64::NEG_INFINITY, 2.0, 3.0], // boundaries with NaNs
188+
vec![f64::NEG_INFINITY, 2.0, 3.0], // boundaries with negative infinity
189189
];
190190
for bucket_boundaries in invalid_bucket_boundaries {
191191
let test_context = TestContext::new(Temporality::Cumulative);

0 commit comments

Comments
 (0)