Remove a flacky test, fix the failing one
This commit is contained in:
parent
652909cdba
commit
b146762f68
3 changed files with 16 additions and 186 deletions
|
@ -716,7 +716,7 @@ impl LanguageServer {
|
|||
.context("failed to deserialize response"),
|
||||
Err(error) => Err(anyhow!("{}", error.message)),
|
||||
};
|
||||
let _ = tx.send(response);
|
||||
_ = tx.send(response);
|
||||
})
|
||||
.detach();
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue