We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63844b3 commit b1d15bbCopy full SHA for b1d15bb
lib/runtime/src/pipeline/network/ingress/shared_tcp_endpoint.rs
@@ -542,7 +542,9 @@ mod tests {
542
let server = server.clone();
543
let endpoint_path = endpoint_path.clone();
544
async move {
545
- server.unregister_endpoint(&endpoint_path, "test_endpoint").await;
+ server
546
+ .unregister_endpoint(&endpoint_path, "test_endpoint")
547
+ .await;
548
Instant::now()
549
}
550
});
0 commit comments