Skip to content

Commit 7ed1931

Browse files
committed
fixup! Fix up tests that rely on timeout-based cancellation
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent e9a4990 commit 7ed1931

File tree

1 file changed

+1
-1
lines changed
  • src/hyperlight_host/src/metrics

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/metrics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ mod tests {
208208
assert!(
209209
matches!(
210210
histogram_value,
211-
metrics_util::debugging::DebugValue::Histogram(ref histogram) if histogram.len() == 1
211+
metrics_util::debugging::DebugValue::Histogram(histogram) if histogram.len() == 1
212212
),
213213
"Histogram metric does not match expected value"
214214
);

0 commit comments

Comments
 (0)