Remove a flacky test, fix the failing one

This commit is contained in:
Kirill Bulatov 2023-06-29 16:18:45 +03:00
parent 652909cdba
commit b146762f68
3 changed files with 16 additions and 186 deletions

View file

@ -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();
}),