Skip to content

Commit 976cae2

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

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
@@ -183,7 +183,7 @@ mod tests {
183183
vec![1.0, 1.0], // duplicate boundaries
184184
vec![1.0, 2.0, 3.0, 2.0], // duplicate non consequent boundaries
185185
vec![1.0, 2.0, 3.0, 4.0, 2.5], // unsorted boundaries
186-
vec![1.0, 2.0, 3.0, f64::INFINITY, 4.0], // boundaries with NaNs
186+
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
188188
vec![f64::NEG_INFINITY, 2.0, 3.0], // boundaries with NaNs
189189
];

0 commit comments

Comments
 (0)