Skip to content

Commit 32bb07a

Browse files
committed
fixup: unused var
1 parent aab0d6c commit 32bb07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh/src/endpoint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,8 +2298,8 @@ mod tests {
22982298
let mut registry = Registry::default();
22992299
register_endpoint(&mut registry, &client);
23002300
register_endpoint(&mut registry, &server);
2301-
let s = registry.encode_openmetrics_to_string().anyerr()?;
23022301
// TODO(multipath-tests): Support these again.
2302+
// let s = registry.encode_openmetrics_to_string().anyerr()?;
23032303
// assert!(s.contains(r#"magicsock_endpoints_contacted_directly_total{id="3b6a27bcce"} 1"#));
23042304
// assert!(s.contains(r#"magicsock_endpoints_contacted_directly_total{id="8a88e3dd74"} 1"#));
23052305
Ok(())

0 commit comments

Comments
 (0)