Fix the test

This commit is contained in:
Kirill Bulatov 2023-08-26 03:00:53 +03:00
parent e6c4802488
commit 81c64647e8

View File

@ -975,6 +975,7 @@ mod tests {
// the cached location instead
Ok(Some(lsp::GotoDefinitionResponse::Link(vec![])))
});
cx.foreground().run_until_parked();
cx.assert_editor_state(indoc! {"
fn «testˇ»() { do_work(); }
fn do_work() { test(); }