We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e6ce3 commit 410a5f1Copy full SHA for 410a5f1
1 file changed
rsworkspace/crates/acp-nats/src/client/mod.rs
@@ -1888,8 +1888,7 @@ mod tests {
1888
}
1889
1890
#[tokio::test]
1891
- async fn dispatch_client_method_terminal_release_failing_client_write_text_file_covers_stubs()
1892
- {
+ async fn dispatch_client_method_terminal_release_failing_client_write_text_file_covers_stubs() {
1893
let nats = MockNatsClient::new();
1894
let client = TerminalReleaseFailingClient;
1895
let envelope = Request {
0 commit comments